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

Contains information on the meshes defined on a region. More...

Collaboration diagram for types::meshes_type:

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

Detailed Description

Contains information on the meshes defined on a region.

Definition at line 529 of file types.f90.

Member Data Documentation

type(interface_type), pointer types::meshes_type::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.

Definition at line 531 of file types.f90.

type(mesh_ptr_type), dimension(:), pointer types::meshes_type::meshes

MESHES(meshes_idx). The array of pointers to the meshes.

Definition at line 533 of file types.f90.

integer(intg) types::meshes_type::number_of_meshes

The number of meshes defined on the region.

Definition at line 532 of file types.f90.

type(region_type), pointer types::meshes_type::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.

Definition at line 530 of file types.f90.