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

Contains information of the projected data point. More...

Public Attributes

integer(intg) usernumber
 User number of the projected data point. More...
 
integer(intg) globalnumber
 Global number of the data point, sequence is according to element number sequence. More...
 
integer(intg) elementnumber
 The global element number which the data point is projected on. More...
 

Detailed Description

Contains information of the projected data point.

Definition at line 453 of file types.f90.

Member Data Documentation

integer(intg) types::meshdatapointtype::elementnumber

The global element number which the data point is projected on.

Contains the information for the data points of a mesh

Definition at line 456 of file types.f90.

integer(intg) types::meshdatapointtype::globalnumber

Global number of the data point, sequence is according to element number sequence.

Definition at line 455 of file types.f90.

integer(intg) types::meshdatapointtype::usernumber

User number of the projected data point.

Definition at line 454 of file types.f90.