cmp_Xg Function

private pure function cmp_Xg(this, Xt) result(Xg)

Type Bound

nurbs_volume

Arguments

Type IntentOptional Attributes Name
class(nurbs_volume), intent(in) :: this
real(kind=rk), intent(in), contiguous :: Xt(:)

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


Calls

proc~~cmp_xg~3~~CallsGraph proc~cmp_xg~3 nurbs_volume%cmp_Xg interface~compute_xg~3 compute_Xg proc~cmp_xg~3->interface~compute_xg~3 proc~is_rational~3 nurbs_volume%is_rational proc~cmp_xg~3->proc~is_rational~3 proc~compute_xg_bspline_3d compute_Xg_bspline_3d interface~compute_xg~3->proc~compute_xg_bspline_3d proc~compute_xg_bspline_3d_1point compute_Xg_bspline_3d_1point interface~compute_xg~3->proc~compute_xg_bspline_3d_1point proc~compute_xg_nurbs_3d compute_Xg_nurbs_3d interface~compute_xg~3->proc~compute_xg_nurbs_3d proc~compute_xg_nurbs_3d_1point compute_Xg_nurbs_3d_1point interface~compute_xg~3->proc~compute_xg_nurbs_3d_1point proc~basis_bspline basis_bspline proc~compute_xg_bspline_3d->proc~basis_bspline proc~kron kron proc~compute_xg_bspline_3d->proc~kron proc~compute_xg_bspline_3d_1point->proc~basis_bspline proc~compute_xg_bspline_3d_1point->proc~kron proc~cmp_tgc_3d cmp_Tgc_3d proc~compute_xg_nurbs_3d->proc~cmp_tgc_3d proc~compute_xg_nurbs_3d_1point->proc~basis_bspline proc~compute_xg_nurbs_3d_1point->proc~kron proc~cmp_tgc_3d->proc~basis_bspline proc~cmp_tgc_3d->proc~kron

Called by

proc~~cmp_xg~3~~CalledByGraph proc~cmp_xg~3 nurbs_volume%cmp_Xg proc~nearest_point2~3 nurbs_volume%nearest_point2 proc~nearest_point2~3->proc~cmp_xg~3 program~nearest_point_3d nearest_point_3d program~nearest_point_3d->proc~nearest_point2~3 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->proc~nearest_point2~3