get_Xt Function

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

Type Bound

nurbs_surface

Arguments

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

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


Called by

proc~~get_xt~2~~CalledByGraph proc~get_xt~2 nurbs_surface%get_Xt program~test_nurbs_surface test_nurbs_surface program~test_nurbs_surface->proc~get_xt~2