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

Contains information on the (global) topology of a mesh. More...

Collaboration diagram for types::meshcomponenttopologytype:

Public Attributes

type(mesh_type), pointer mesh
 Pointer to the parent mesh. More...
 
integer(intg) meshcomponentnumber
 The mesh component number for this mesh topology. More...
 
type(meshnodestype), pointer nodes
 Pointer to the nodes within the mesh topology. More...
 
type(meshelementstype), pointer elements
 Pointer to the elements within the mesh topology. More...
 
type(meshdofstype), pointer dofs
 Pointer to the dofs within the mesh topology. More...
 
type(meshdatapointstype), pointer datapoints
 Pointer to the data points within the mesh topology. More...
 

Detailed Description

Contains information on the (global) topology of a mesh.

Definition at line 468 of file types.f90.

Member Data Documentation

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

Pointer to the data points within the mesh topology.

Definition at line 474 of file types.f90.

type(meshdofstype), pointer types::meshcomponenttopologytype::dofs

Pointer to the dofs within the mesh topology.

Definition at line 473 of file types.f90.

type(meshelementstype), pointer types::meshcomponenttopologytype::elements

Pointer to the elements within the mesh topology.

Definition at line 472 of file types.f90.

type(mesh_type), pointer types::meshcomponenttopologytype::mesh

Pointer to the parent mesh.

Definition at line 469 of file types.f90.

integer(intg) types::meshcomponenttopologytype::meshcomponentnumber

The mesh component number for this mesh topology.

Definition at line 470 of file types.f90.

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

Pointer to the nodes within the mesh topology.

Definition at line 471 of file types.f90.