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

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

Detailed Description

Definition at line 440 of file types.f90.

Member Data Documentation

integer(intg) types::meshelementdatapointtype::globalnumber

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

Definition at line 442 of file types.f90.

integer(intg) types::meshelementdatapointtype::usernumber

User number of the projected data point.

Definition at line 441 of file types.f90.