OpenCMISS-Iron Internal API Documentation
|
Contains the topology information for the nodes of a domain. More...
Public Attributes | |
type(domain_type), pointer | domain |
The pointer to the domain for this nodes topology information. More... | |
integer(intg) | number_of_nodes |
The number of nodes (excluding ghost nodes) in this domain topology. More... | |
integer(intg) | total_number_of_nodes |
The total number of nodes (including ghost nodes) in this domain topology. More... | |
integer(intg) | number_of_global_nodes |
The number of global nodes in this domain topology. More... | |
integer(intg) | maximum_number_of_derivatives |
The maximum number of derivatives over the nodes in this domain topology. More... | |
type(domain_node_type), dimension(:), pointer | nodes |
NODES(np). The pointer to the array of topology information for the nodes of this domain. NODES(np) contains the topological information for the np'th local node of the domain. More... | |
type(tree_type), pointer | nodes_tree |
A tree mapping the domain local number to the region nodes user number. More... | |
Contains the topology information for the nodes of a domain.
type(domain_type), pointer types::domain_nodes_type::domain |
integer(intg) types::domain_nodes_type::maximum_number_of_derivatives |
type(domain_node_type), dimension(:), pointer types::domain_nodes_type::nodes |
type(tree_type), pointer types::domain_nodes_type::nodes_tree |
integer(intg) types::domain_nodes_type::number_of_global_nodes |
integer(intg) types::domain_nodes_type::number_of_nodes |