Iterator for a certain type of faces
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | allocatable | :: | leftPos(:) |
Index of the element on the left side of the face. |
||
integer, | public, | allocatable | :: | rightPos(:) |
Index of the element on the right side of the face. |
||
integer, | public, | allocatable | :: | facePos(:) |
Index of the face in the (overall) face description (tem_faceList_type). |
type tem_faceIterator_type
!> Index of the element on the left side of the face.
integer, allocatable :: leftPos(:)
!> Index of the element on the right side of the face.
integer, allocatable :: rightPos(:)
!> Index of the face in the (overall) face description
!! ([[tem_faceList_type]]).
integer, allocatable :: facePos(:)
end type tem_faceIterator_type