OpenCMISS-Iron Internal API Documentation
|
Contains the topology information for a domain. More...
Public Attributes | |
type(domain_type), pointer | domain |
The pointer to the domain for this topology information. More... | |
type(domain_nodes_type), pointer | nodes |
The pointer to the topology information for the nodes of this domain. More... | |
type(domain_dofs_type), pointer | dofs |
The pointer to the topology information for the dofs of this domain. /todo think about getting rid of domain dofs. More... | |
type(domain_elements_type), pointer | elements |
The pointer to the topology information for the elements of this domain. More... | |
type(domain_faces_type), pointer | faces |
The pointer to the topology information for the faces of this domain. More... | |
type(domain_lines_type), pointer | lines |
The pointer to the topology information for the lines of this domain. More... | |
type(domain_dofs_type), pointer types::domain_topology_type::dofs |
type(domain_type), pointer types::domain_topology_type::domain |
type(domain_elements_type), pointer types::domain_topology_type::elements |
type(domain_faces_type), pointer types::domain_topology_type::faces |
type(domain_lines_type), pointer types::domain_topology_type::lines |
type(domain_nodes_type), pointer types::domain_topology_type::nodes |