OpenCMISS-Iron Internal API Documentation
types::meshdatapointstype Type Reference
Collaboration diagram for types::meshdatapointstype:

Public Attributes

type(meshcomponenttopologytype), pointer meshcomponenttopology
 The pointer to the mesh component topology for the data information. More...
 
integer(intg) totalnumberofprojecteddata
 Number of projected data in this mesh. More...
 
type(meshdatapointtype), dimension(:), allocatable datapoints
 dataPoints(dataPointIdx). Information of the projected data points More...
 
type(meshelementdatapointstype), dimension(:), allocatable elementdatapoint
 elementDataPoint(elementIdx). Information of the projected data on the elements More...
 

Detailed Description

Definition at line 460 of file types.f90.

Member Data Documentation

type(meshdatapointtype), dimension(:), allocatable types::meshdatapointstype::datapoints

dataPoints(dataPointIdx). Information of the projected data points

Definition at line 463 of file types.f90.

type(meshelementdatapointstype), dimension(:), allocatable types::meshdatapointstype::elementdatapoint

elementDataPoint(elementIdx). Information of the projected data on the elements

Definition at line 464 of file types.f90.

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

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

Definition at line 461 of file types.f90.

integer(intg) types::meshdatapointstype::totalnumberofprojecteddata

Number of projected data in this mesh.

Definition at line 462 of file types.f90.