get_elem Function

private pure function get_elem(this) result(elemConn)

Type Bound

nurbs_surface

Arguments

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

Return Value integer, allocatable, (:,:)


Called by

proc~~get_elem~2~~CalledByGraph proc~get_elem~2 nurbs_surface%get_elem program~test_nurbs_surface test_nurbs_surface program~test_nurbs_surface->proc~get_elem~2