tem_faceIterator_type Derived Type

type, public :: tem_faceIterator_type

Iterator for a certain type of faces


Inherited by

type~~tem_faceiterator_type~~InheritedByGraph type~tem_faceiterator_type tem_faceIterator_type type~tem_face_descriptor_type tem_face_descriptor_type type~tem_face_descriptor_type->type~tem_faceiterator_type computeFace type~tem_face_type tem_face_type type~tem_face_type->type~tem_face_descriptor_type faces

Contents


Components

TypeVisibilityAttributesNameInitial
integer, private, allocatable:: leftPos(:)

Index of the element on the left side of the face.

integer, private, allocatable:: rightPos(:)

Index of the element on the right side of the face.

integer, private, allocatable:: facePos(:)

Index of the face in the (overall) face description (tem_faceList_type).