nearest_point_help_1d Function

private pure function nearest_point_help_1d(ng, Xg, point_Xg) result(distances)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ng
real(kind=rk), intent(in), contiguous :: Xg(:,:)
real(kind=rk), intent(in), contiguous :: point_Xg(:)

Return Value real(kind=rk), allocatable, (:)


Called by

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