OpenCMISS-Iron Internal API Documentation
|
Contains the information for the nodes of a mesh. More...
Public Attributes | |
type(meshcomponenttopologytype), pointer | meshcomponenttopology |
The pointer to the mesh component topology for the nodes information. More... | |
integer(intg) | numberofnodes |
The number of nodes in the mesh. More... | |
type(meshnodetype), dimension(:), allocatable | nodes |
nodes(nodeIdx). The pointer to the array of topology information for the nodes of the mesh. node(nodeIdx) contains the topological information for the nodeIdx'th global node of the mesh. More... | |
type(tree_type), pointer | nodestree |
A tree mapping the mesh global number to the region nodes global number. More... | |
type(meshcomponenttopologytype), pointer types::meshnodestype::meshcomponenttopology |
type(meshnodetype), dimension(:), allocatable types::meshnodestype::nodes |
type(tree_type), pointer types::meshnodestype::nodestree |