get_Xt Function

private pure function get_Xt(this, dir) result(Xt)

Type Bound

nurbs_volume

Arguments

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

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


Called by

proc~~get_xt~3~~CalledByGraph proc~get_xt~3 nurbs_volume%get_Xt program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->proc~get_xt~3