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

Contains information on a generated mesh. More...

Collaboration diagram for types::generated_mesh_type:

Public Attributes

integer(intg) user_number
 The user number of the generated mesh. The user number must be unique. More...
 
integer(intg) global_number
 The corresponding global number for the generated mesh. More...
 
type(generated_meshes_type), pointer generated_meshes
 Is .TRUE. if the generated mesh has finished being created, .FALSE. if not. More...
 
logical generated_mesh_finished
 Is .TRUE. if the generated mesh has finished being created, .FALSE. if not. More...
 
type(region_type), pointer region
 A pointer to the region containing the generated mesh. If the generated mesh is 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 mesh. If the generated mesh is in a region rather than an interface then this pointer will be NULL and the interface pointer should be used. More...
 
integer(intg) generated_type
 The type of the generated mesh. More...
 
type(generated_mesh_regular_type), pointer regular_mesh
 A pointer to the regular generated mesh information if the generated mesh is a regular mesh, NULL if not. More...
 
type(generated_mesh_cylinder_type), pointer cylinder_mesh
 A pointer to the cylinder generate mesh information if the generated mesh is a cylinder mesh, NULL if not. More...
 
type(generated_mesh_ellipsoid_type), pointer ellipsoid_mesh
 A pointer to the ellipsoid generate mesh information if the generated mesh is a ellipsoid mesh, NULL if not. More...
 
type(mesh_type), pointer mesh
 A pointer to the mesh that has been generated. More...
 

Detailed Description

Contains information on a generated mesh.

See also
OPENCMISS::CMISSGeneratedMeshType

Definition at line 579 of file types.f90.

Member Data Documentation

type(generated_mesh_cylinder_type), pointer types::generated_mesh_type::cylinder_mesh

A pointer to the cylinder generate mesh information if the generated mesh is a cylinder mesh, NULL if not.

Definition at line 588 of file types.f90.

type(generated_mesh_ellipsoid_type), pointer types::generated_mesh_type::ellipsoid_mesh

A pointer to the ellipsoid generate mesh information if the generated mesh is a ellipsoid mesh, NULL if not.

Definition at line 589 of file types.f90.

logical types::generated_mesh_type::generated_mesh_finished

Is .TRUE. if the generated mesh has finished being created, .FALSE. if not.

Definition at line 583 of file types.f90.

type(generated_meshes_type), pointer types::generated_mesh_type::generated_meshes

Is .TRUE. if the generated mesh has finished being created, .FALSE. if not.

Definition at line 582 of file types.f90.

integer(intg) types::generated_mesh_type::generated_type

The type of the generated mesh.

See also
GENERATED_MESH_ROUTINES_GeneratedMeshTypes,GENERATED_MESH_ROUTINES

Definition at line 586 of file types.f90.

integer(intg) types::generated_mesh_type::global_number

The corresponding global number for the generated mesh.

Definition at line 581 of file types.f90.

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

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

Definition at line 585 of file types.f90.

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

A pointer to the mesh that has been generated.

Definition at line 590 of file types.f90.

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

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

Definition at line 584 of file types.f90.

type(generated_mesh_regular_type), pointer types::generated_mesh_type::regular_mesh

A pointer to the regular generated mesh information if the generated mesh is a regular mesh, NULL if not.

Definition at line 587 of file types.f90.

integer(intg) types::generated_mesh_type::user_number

The user number of the generated mesh. The user number must be unique.

Definition at line 580 of file types.f90.