The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Member Functions | List of all members
nurbs_dummy_find Interface Reference

Detailed Description

Find the nearest location on a NURBS object to a given point.

Public Member Functions

subroutine nurbs_dummy_find (self, pt, u, v, ierr)
 

Constructor & Destructor Documentation

◆ nurbs_dummy_find()

subroutine nurbs_dummy_find ( class(nurbs_entity), intent(in), target  self,
real(r8), dimension(3), intent(in)  pt,
real(r8), intent(out)  u,
real(r8), intent(out)  v,
integer(i4), intent(out)  ierr 
)
virtual
Parameters
[in]selfNURBS object
[in]ptTest position [3]
[out]uParametric coordinate 1
[out]vParametric coordinate 2 (unused if curve)
[out]ierrError status (point not found if ierr<0)

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