get_Xg_all Function

private pure function get_Xg_all(this) result(Xg)

Type Bound

nurbs_curve

Arguments

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

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


Called by

proc~~get_xg_all~2~~CalledByGraph proc~get_xg_all~2 nurbs_curve%get_Xg_all none~get_xg~2 nurbs_curve%get_Xg none~get_xg~2->proc~get_xg_all~2 program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->none~get_xg~2