nearest_point2 Subroutine

private impure subroutine nearest_point2(this, point_Xg, tol, maxit, nearest_Xt, nearest_Xg)

Type Bound

nurbs_curve

Arguments

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

Calls

proc~~nearest_point2~~CallsGraph proc~nearest_point2 nurbs_curve%nearest_point2 none~derivative2 nurbs_curve%derivative2 proc~nearest_point2->none~derivative2 proc~cmp_xg nurbs_curve%cmp_Xg proc~nearest_point2->proc~cmp_xg proc~create nurbs_curve%create proc~nearest_point2->proc~create proc~finalize nurbs_curve%finalize proc~nearest_point2->proc~finalize proc~nearest_point nurbs_curve%nearest_point proc~nearest_point2->proc~nearest_point proc~derivative2_scalar nurbs_curve%derivative2_scalar none~derivative2->proc~derivative2_scalar proc~derivative2_vector nurbs_curve%derivative2_vector none~derivative2->proc~derivative2_vector interface~compute_xg compute_Xg proc~cmp_xg->interface~compute_xg proc~is_rational nurbs_curve%is_rational proc~cmp_xg->proc~is_rational proc~create->interface~compute_xg proc~create->proc~is_rational proc~nearest_point_help_1d nearest_point_help_1d proc~nearest_point->proc~nearest_point_help_1d proc~compute_xg_bspline_1d compute_Xg_bspline_1d interface~compute_xg->proc~compute_xg_bspline_1d proc~compute_xg_bspline_1d_1point compute_Xg_bspline_1d_1point interface~compute_xg->proc~compute_xg_bspline_1d_1point proc~compute_xg_nurbs_1d compute_Xg_nurbs_1d interface~compute_xg->proc~compute_xg_nurbs_1d proc~compute_xg_nurbs_1d_1point compute_Xg_nurbs_1d_1point interface~compute_xg->proc~compute_xg_nurbs_1d_1point proc~derivative2_scalar->proc~is_rational interface~compute_d2tgc compute_d2Tgc proc~derivative2_scalar->interface~compute_d2tgc proc~derivative2_vector->proc~is_rational proc~derivative2_vector->interface~compute_d2tgc proc~compute_d2tgc_bspline_1d_scalar compute_d2Tgc_bspline_1d_scalar interface~compute_d2tgc->proc~compute_d2tgc_bspline_1d_scalar proc~compute_d2tgc_bspline_1d_vector compute_d2Tgc_bspline_1d_vector interface~compute_d2tgc->proc~compute_d2tgc_bspline_1d_vector proc~compute_d2tgc_nurbs_1d_scalar compute_d2Tgc_nurbs_1d_scalar interface~compute_d2tgc->proc~compute_d2tgc_nurbs_1d_scalar proc~compute_d2tgc_nurbs_1d_vector compute_d2Tgc_nurbs_1d_vector interface~compute_d2tgc->proc~compute_d2tgc_nurbs_1d_vector proc~basis_bspline basis_bspline proc~compute_xg_bspline_1d->proc~basis_bspline proc~compute_xg_bspline_1d_1point->proc~basis_bspline proc~cmp_tgc_1d cmp_Tgc_1d proc~compute_xg_nurbs_1d->proc~cmp_tgc_1d proc~compute_xg_nurbs_1d_1point->proc~basis_bspline proc~cmp_tgc_1d->proc~basis_bspline proc~basis_bspline_2der basis_bspline_2der proc~compute_d2tgc_bspline_1d_scalar->proc~basis_bspline_2der proc~compute_d2tgc_bspline_1d_vector->proc~basis_bspline_2der proc~compute_d2tgc_nurbs_1d_scalar->proc~basis_bspline_2der proc~compute_d2tgc_nurbs_1d_vector->proc~basis_bspline_2der

Called by

proc~~nearest_point2~~CalledByGraph proc~nearest_point2 nurbs_curve%nearest_point2 program~nearest_point_1d nearest_point_1d program~nearest_point_1d->proc~nearest_point2 program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->proc~nearest_point2