OpenCMISS-Iron Internal API Documentation
|
Contains information on the meshes defined on a region. More...
Public Attributes | |
type(region_type), pointer | region |
A pointer to the region containg the meshes. If the meshes are in an interface rather than a region then this pointer will be NULL and the interface pointer should be used. More... | |
type(interface_type), pointer | interface |
A pointer to the interface containg the meshes. If the meshes are in a region rather than an interface then this pointer will be NULL and the region pointer should be used. More... | |
integer(intg) | number_of_meshes |
The number of meshes defined on the region. More... | |
type(mesh_ptr_type), dimension(:), pointer | meshes |
MESHES(meshes_idx). The array of pointers to the meshes. More... | |
type(interface_type), pointer types::meshes_type::interface |
type(mesh_ptr_type), dimension(:), pointer types::meshes_type::meshes |
integer(intg) types::meshes_type::number_of_meshes |
type(region_type), pointer types::meshes_type::region |