The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Get the parametric domain of a NURBS surface.
Public Member Functions | |
subroutine | nurbs_surf_domain (ind, domain1, domain2, ierr) |
subroutine nurbs_surf_domain | ( | integer(c_int), intent(in) | ind, |
real(c_double), dimension(2), intent(inout) | domain1, | ||
real(c_double), dimension(2), intent(inout) | domain2, | ||
integer(c_int), intent(inout) | ierr | ||
) |
[in] | ind | Index of surface |
[in,out] | domain1 | Domain of parametric variable 1 [2] |
[in,out] | domain2 | Domain of parametric variable 2 [2] |
[in,out] | ierr | Error status |