The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Evalute the position along a NURBS curve.
Public Member Functions | |
subroutine | nurbs_eval_curve (ind, u, r, ierr) |
subroutine nurbs_eval_curve | ( | integer(c_int), intent(in) | ind, |
real(c_double), intent(in) | u, | ||
real(c_double), dimension(3), intent(inout) | r, | ||
integer(c_int), intent(inout) | ierr | ||
) |
[in] | ind | Index of curve |
[in] | u | Parametric position |
[in,out] | r | Position in physical space [3] |
[in,out] | ierr | Error status |