nearest_point_help_3d Function

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

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ng(3)
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_3d~~CalledByGraph proc~nearest_point_help_3d nearest_point_help_3d proc~nearest_point~3 nurbs_volume%nearest_point proc~nearest_point~3->proc~nearest_point_help_3d proc~nearest_point2~3 nurbs_volume%nearest_point2 proc~nearest_point2~3->proc~nearest_point~3 program~nearest_point_3d nearest_point_3d program~nearest_point_3d->proc~nearest_point~3 program~nearest_point_3d->proc~nearest_point2~3 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->proc~nearest_point~3 program~test_nurbs_volume->proc~nearest_point2~3