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

Contains information on the dofs for a mesh. More...

Collaboration diagram for types::meshdofstype:

Public Attributes

type(meshcomponenttopologytype), pointer meshcomponenttopology
 The pointer to the mesh component topology for the dofs information. More...
 
integer(intg) numberofdofs
 The number of dofs in the mesh. More...
 

Detailed Description

Contains information on the dofs for a mesh.

Definition at line 376 of file types.f90.

Member Data Documentation

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

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

Definition at line 377 of file types.f90.

integer(intg) types::meshdofstype::numberofdofs

The number of dofs in the mesh.

Definition at line 378 of file types.f90.