get_Xg_all Function

private pure function get_Xg_all(this) result(Xg)

Type Bound

nurbs_volume

Arguments

Type IntentOptional Attributes Name
class(nurbs_volume), intent(in) :: this

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


Called by

proc~~get_xg_all~~CalledByGraph proc~get_xg_all nurbs_volume%get_Xg_all none~get_xg nurbs_volume%get_Xg none~get_xg->proc~get_xg_all program~lsq_fit_bspline_3d lsq_fit_bspline_3d program~lsq_fit_bspline_3d->none~get_xg program~lsq_fit_nurbs_3d lsq_fit_nurbs_3d program~lsq_fit_nurbs_3d->none~get_xg program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->none~get_xg