OpenCMISS-Iron Internal API Documentation
types::meshnodestype Type Reference

Contains the information for the nodes of a mesh. More...

Collaboration diagram for types::meshnodestype:

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...
 

Detailed Description

Contains the information for the nodes of a mesh.

Definition at line 433 of file types.f90.

Member Data Documentation

type(meshcomponenttopologytype), pointer types::meshnodestype::meshcomponenttopology

The pointer to the mesh component topology for the nodes information.

Definition at line 434 of file types.f90.

type(meshnodetype), dimension(:), allocatable types::meshnodestype::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.

Todo:
Should this be allocatable???

Definition at line 436 of file types.f90.

type(tree_type), pointer types::meshnodestype::nodestree

A tree mapping the mesh global number to the region nodes global number.

Definition at line 437 of file types.f90.

integer(intg) types::meshnodestype::numberofnodes

The number of nodes in the mesh.

Definition at line 435 of file types.f90.