|
OpenCMISS-Iron Internal API Documentation
|
Contains information on the (global) topology of a mesh. More...

Public Attributes | |
| type(mesh_type), pointer | mesh |
| Pointer to the parent mesh. More... | |
| integer(intg) | meshcomponentnumber |
| The mesh component number for this mesh topology. More... | |
| type(meshnodestype), pointer | nodes |
| Pointer to the nodes within the mesh topology. More... | |
| type(meshelementstype), pointer | elements |
| Pointer to the elements within the mesh topology. More... | |
| type(meshdofstype), pointer | dofs |
| Pointer to the dofs within the mesh topology. More... | |
| type(meshdatapointstype), pointer | datapoints |
| Pointer to the data points within the mesh topology. More... | |
| type(meshdatapointstype), pointer types::meshcomponenttopologytype::datapoints |
| type(meshdofstype), pointer types::meshcomponenttopologytype::dofs |
| type(meshelementstype), pointer types::meshcomponenttopologytype::elements |
| type(mesh_type), pointer types::meshcomponenttopologytype::mesh |
| integer(intg) types::meshcomponenttopologytype::meshcomponentnumber |
| type(meshnodestype), pointer types::meshcomponenttopologytype::nodes |