nearest_point_help_2d Function

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

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ng(2)
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_2d~~CalledByGraph proc~nearest_point_help_2d nearest_point_help_2d proc~nearest_point~2 nurbs_surface%nearest_point proc~nearest_point~2->proc~nearest_point_help_2d proc~nearest_point2~2 nurbs_surface%nearest_point2 proc~nearest_point2~2->proc~nearest_point~2 program~nearest_point_2d nearest_point_2d program~nearest_point_2d->proc~nearest_point~2 program~nearest_point_2d->proc~nearest_point2~2 program~nearest_point_2d_bench nearest_point_2d_bench program~nearest_point_2d_bench->proc~nearest_point~2 program~test_nurbs_surface test_nurbs_surface program~test_nurbs_surface->proc~nearest_point~2 program~test_nurbs_surface->proc~nearest_point2~2