OpenCMISS-Iron Internal API Documentation
|
Contains the topology information for the elements of a domain. More...
Public Attributes | |
type(domain_type), pointer | domain |
The pointer to the domain for this elements topology information. More... | |
integer(intg) | number_of_elements |
The number of elements (excluding ghost elements) in this domain topology. More... | |
integer(intg) | total_number_of_elements |
The total number of elements (including ghost elements) in this domain topology. More... | |
integer(intg) | number_of_global_elements |
The number of global elements in this domain topology. More... | |
type(domain_element_type), dimension(:), pointer | elements |
ELEMENTS(ne). The pointer to the array of topology information for the elements of this domain. ELEMENTS(ne) contains the topological information for the ne'th local elements of the domain. More... | |
integer(intg) | maximum_number_of_element_parameters |
The maximum number of element parameters (ns) for all the elements in the domain. More... | |
Contains the topology information for the elements of a domain.
type(domain_type), pointer types::domain_elements_type::domain |
type(domain_element_type), dimension(:), pointer types::domain_elements_type::elements |
integer(intg) types::domain_elements_type::maximum_number_of_element_parameters |
integer(intg) types::domain_elements_type::number_of_elements |
integer(intg) types::domain_elements_type::number_of_global_elements |