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

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

Collaboration diagram for types::generated_meshes_type:

Public Attributes

type(region_type), pointer region
 A pointer to the region containing the generated meshes. If the generated 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 containing the generated meshes. If the generated meshes are in a region rather than an interface then this pointer will be NULL and the interface pointer should be used. More...
 
integer(intg) number_of_generated_meshes
 The number of generated meshes defined. More...
 
type(generated_mesh_ptr_type), dimension(:), pointer generated_meshes
 The array of pointers to the generated meshes. More...
 

Detailed Description

Contains information on the generated meshes defined on a region.

Definition at line 599 of file types.f90.

Member Data Documentation

type(generated_mesh_ptr_type), dimension(:), pointer types::generated_meshes_type::generated_meshes

The array of pointers to the generated meshes.

Definition at line 603 of file types.f90.

type(interface_type), pointer types::generated_meshes_type::interface

A pointer to the interface containing the generated meshes. If the generated meshes are in a region rather than an interface then this pointer will be NULL and the interface pointer should be used.

Definition at line 601 of file types.f90.

integer(intg) types::generated_meshes_type::number_of_generated_meshes

The number of generated meshes defined.

Definition at line 602 of file types.f90.

type(region_type), pointer types::generated_meshes_type::region

A pointer to the region containing the generated meshes. If the generated 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 600 of file types.f90.