OpenCMISS-Iron Internal API Documentation
|
Contains the information for the elements of a mesh. More...
Public Attributes | |
type(meshcomponenttopologytype), pointer | meshcomponenttopology |
The pointer to the mesh component topology for the elements information. More... | |
integer(intg) | number_of_elements |
The number of elements in the mesh. More... | |
logical | elements_finished |
Is .TRUE. if the mesh elements have finished being created, .FALSE. if not. More... | |
type(mesh_element_type), dimension(:), pointer | elements |
ELEMENTS(ne). The pointer to the array of information for the elements of this mesh. ELEMENTS(ne) contains the information for the ne'th global element of the mesh. More... | |
type(tree_type), pointer | elements_tree |
A tree mapping the mesh global element number to the mesh user element number. More... | |
type(mesh_element_type), dimension(:), pointer types::meshelementstype::elements |
logical types::meshelementstype::elements_finished |
type(tree_type), pointer types::meshelementstype::elements_tree |
type(meshcomponenttopologytype), pointer types::meshelementstype::meshcomponenttopology |