OpenCMISS-Iron Internal API Documentation
|
Contains the topology information for a decomposition. More...
Public Attributes | |
type(decomposition_type), pointer | decomposition |
The pointer to the decomposition for this topology information. More... | |
type(decomposition_elements_type), pointer | elements |
The pointer to the topology information for the elements of this decomposition. More... | |
type(decomposition_lines_type), pointer | lines |
The pointer to the topology information for the lines of this decomposition. More... | |
type(decomposition_faces_type), pointer | faces |
The pointer to the topology information for the faces of this decomposition. More... | |
type(decompositiondatapointstype), pointer | datapoints |
The pointer to the topology information for the data of this decomposition. More... | |
type(decompositiondatapointstype), pointer types::decomposition_topology_type::datapoints |
type(decomposition_type), pointer types::decomposition_topology_type::decomposition |
type(decomposition_elements_type), pointer types::decomposition_topology_type::elements |
type(decomposition_faces_type), pointer types::decomposition_topology_type::faces |
type(decomposition_lines_type), pointer types::decomposition_topology_type::lines |