OpenCMISS-Iron Internal API Documentation
|
Contains the topology information for the elements of a decomposition. More...
Public Attributes | |
type(decomposition_type), pointer | decomposition |
The pointer to the decomposition for this elements topology information. More... | |
integer(intg) | number_of_elements |
The number of elements excluding ghost elements in this decomposition topology. More... | |
integer(intg) | total_number_of_elements |
The total number of elements in this decomposition topology. More... | |
integer(intg) | number_of_global_elements |
The number of global elements in this decomposition topology. More... | |
type(decomposition_element_type), dimension(:), pointer | elements |
ELEMENTS(ne). The pointer to the array of topology information for the elements of this decomposition. ELEMENTS(ne) contains the topological information for the ne'th local element of the decomposition. More... | |
type(tree_type), pointer | elements_tree |
A tree mapping the decomposition local element number to the decomposition user element number. More... | |
Contains the topology information for the elements of a decomposition.
type(decomposition_type), pointer types::decomposition_elements_type::decomposition |
type(decomposition_element_type), dimension(:), pointer types::decomposition_elements_type::elements |
type(tree_type), pointer types::decomposition_elements_type::elements_tree |
integer(intg) types::decomposition_elements_type::number_of_elements |
integer(intg) types::decomposition_elements_type::number_of_global_elements |