Contains the information for a face in a decomposition.
More...
|
integer(intg) | number |
| The face number in the decomposition. More...
|
|
integer(intg) | xi_direction |
| The Xi direction of the face, the direction of the normal to the face. More...
|
|
integer(intg) | number_of_surrounding_elements |
| The number of elements that surround (use) this face. More...
|
|
integer(intg), dimension(:), allocatable | surrounding_elements |
| SURROUNDING_ELEMENTS(nel). The local element number of the nel'th element that surrounds (uses) this face. More...
|
|
integer(intg), dimension(:), allocatable | element_faces |
| ELEMENT_FACES(nel). The local arc number of the nel'th element that surrounds (uses) this face. More...
|
|
logical | boundary_face |
| Is .TRUE. if the face is on the boundary of the mesh for the domain, .FALSE. if not. More...
|
|
integer(intg) | element_number |
| The element number of the element on which the face is on. More...
|
|
Contains the information for a face in a decomposition.
Definition at line 979 of file types.f90.
logical types::decomposition_face_type::boundary_face |
Is .TRUE. if the face is on the boundary of the mesh for the domain, .FALSE. if not.
Definition at line 986 of file types.f90.
integer(intg), dimension(:), allocatable types::decomposition_face_type::element_faces |
ELEMENT_FACES(nel). The local arc number of the nel'th element that surrounds (uses) this face.
Definition at line 984 of file types.f90.
integer(intg) types::decomposition_face_type::element_number |
The element number of the element on which the face is on.
Definition at line 987 of file types.f90.
integer(intg) types::decomposition_face_type::number |
The face number in the decomposition.
Definition at line 980 of file types.f90.
integer(intg) types::decomposition_face_type::number_of_surrounding_elements |
The number of elements that surround (use) this face.
Definition at line 982 of file types.f90.
integer(intg), dimension(:), allocatable types::decomposition_face_type::surrounding_elements |
SURROUNDING_ELEMENTS(nel). The local element number of the nel'th element that surrounds (uses) this face.
Definition at line 983 of file types.f90.
integer(intg) types::decomposition_face_type::xi_direction |
The Xi direction of the face, the direction of the normal to the face.
Definition at line 981 of file types.f90.