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