nearest_point Subroutine

private pure subroutine nearest_point(this, point_Xg, nearest_Xg, nearest_Xt, id)

Type Bound

nurbs_curve

Arguments

Type IntentOptional Attributes Name
class(nurbs_curve), intent(in) :: this
real(kind=rk), intent(in) :: point_Xg(:)
real(kind=rk), intent(out), optional, allocatable :: nearest_Xg(:)
real(kind=rk), intent(out), optional :: nearest_Xt
integer, intent(out), optional :: id

Calls

proc~~nearest_point~2~~CallsGraph proc~nearest_point~2 nurbs_curve%nearest_point interface~nearest_point_help_1d nearest_point_help_1d proc~nearest_point~2->interface~nearest_point_help_1d

Called by

proc~~nearest_point~2~~CalledByGraph proc~nearest_point~2 nurbs_curve%nearest_point proc~nearest_point2~2 nurbs_curve%nearest_point2 proc~nearest_point2~2->proc~nearest_point~2 program~nearest_point_1d nearest_point_1d program~nearest_point_1d->proc~nearest_point~2 program~nearest_point_1d->proc~nearest_point2~2