OpenCMISS-Iron Internal API Documentation
|
Contains the topology information for the faces of a decomposition. More...
Public Attributes | |
type(decomposition_type), pointer | decomposition |
The pointer to the decomposition for this faces topology information. More... | |
integer(intg) | number_of_faces |
The number of faces in this decomposition topology. More... | |
type(decomposition_face_type), dimension(:), allocatable | faces |
FACES(nl). The pointer to the array of topology information for the faces of this decomposition. FACES(nl) contains the topological information for the nl'th local face of the decomposition. More... | |
Contains the topology information for the faces of a decomposition.
type(decomposition_type), pointer types::decomposition_faces_type::decomposition |
type(decomposition_face_type), dimension(:), allocatable types::decomposition_faces_type::faces |