The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
nurbs_dummy_unwrap Interface Reference

Detailed Description

Unwrap the periodic coordinates of a NURBS object to avoid parameter cuts.

  • Example: For a periodic domain of \( [0,2 \pi] (3 \pi/4,0) -> (-\pi/4,0) \)

Public Member Functions

subroutine nurbs_dummy_unwrap (self, u1, u2, v1, v2)

Constructor & Destructor Documentation

◆ nurbs_dummy_unwrap()

subroutine nurbs_dummy_unwrap ( class(nurbs_entity), intent(in) self,
real(r8), intent(inout) u1,
real(r8), intent(inout) u2,
real(r8), intent(inout) v1,
real(r8), intent(inout) v2 )
virtual
Parameters
[in]selfNURBS object
[in,out]u1Parametric coordinate 1 of first point
[in,out]u2Parametric coordinate 2 of first point (unused if curve)
[in,out]v1Parametric coordinate 1 of second point
[in,out]v2Parametric coordinate 2 of second point (unused if curve)

The documentation for this interface was generated from the following file: