get_Xc_all Function

private pure function get_Xc_all(this) result(Xc)

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_xc_all~3~~CalledByGraph proc~get_xc_all~3 nurbs_volume%get_Xc_all none~get_xc~3 nurbs_volume%get_Xc none~get_xc~3->proc~get_xc_all~3 proc~modify_wc~3 nurbs_volume%modify_Wc proc~modify_wc~3->none~get_xc~3 proc~modify_xc~3 nurbs_volume%modify_Xc proc~modify_xc~3->none~get_xc~3 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->none~get_xc~3 program~test_nurbs_volume->proc~modify_wc~3 program~test_nurbs_volume->proc~modify_xc~3