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