cmp_elemFace Function

private pure function cmp_elemFace(this, elem, face) result(elemConn)

number of nodes in each direction

Type Bound

nurbs_volume

Arguments

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

Return Value integer, allocatable, (:)


Called by

proc~~cmp_elemface~~CalledByGraph proc~cmp_elemface nurbs_volume%cmp_elemFace program~example3_volume example3_volume program~example3_volume->proc~cmp_elemface