nearest_point_help_3d Interface

interface


Called by

interface~~nearest_point_help_3d~~CalledByGraph interface~nearest_point_help_3d nearest_point_help_3d proc~nearest_point nurbs_volume%nearest_point proc~nearest_point->interface~nearest_point_help_3d proc~nearest_point2 nurbs_volume%nearest_point2 proc~nearest_point2->proc~nearest_point program~nearest_point_3d nearest_point_3d program~nearest_point_3d->proc~nearest_point program~nearest_point_3d->proc~nearest_point2

private pure function nearest_point_help_3d(f_ng, f_Xg, f_point_Xg) result(f_distances)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: f_ng(3)
real(kind=rk), intent(in), contiguous :: f_Xg(:,:)
real(kind=rk), intent(in), contiguous :: f_point_Xg(:)

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