get_elem Function

private pure function get_elem(this) result(elemConn)

Type Bound

nurbs_volume

Arguments

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

Return Value integer, allocatable, (:,:)


Called by

proc~~get_elem~3~~CalledByGraph proc~get_elem~3 nurbs_volume%get_elem program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->proc~get_elem~3