OpenCMISS-Iron FORTRAN API Documentation

Generated mesh types. More...

Collaboration diagram for OPENCMISS::GeneratedMesh::Types:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_generated_mesh_regular_mesh_type = GENERATED_MESH_REGULAR_MESH_TYPE
 A regular generated mesh. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_generated_mesh_polar_mesh_type = GENERATED_MESH_POLAR_MESH_TYPE
 A polar generated mesh. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_generated_mesh_fractal_tree_mesh_type = GENERATED_MESH_FRACTAL_TREE_MESH_TYPE
 A fractal tree generated mesh. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_generated_mesh_cylinder_mesh_type = GENERATED_MESH_CYLINDER_MESH_TYPE
 A cylinder generated mesh. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_generated_mesh_ellipsoid_mesh_type = GENERATED_MESH_ELLIPSOID_MESH_TYPE
 An ellipsoid generated mesh. More...
 

Detailed Description

Generated mesh types.

See also
OPENCMISS::GeneratedMesh,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_generated_mesh_cylinder_mesh_type = GENERATED_MESH_CYLINDER_MESH_TYPE

A cylinder generated mesh.

See also
OPENCMISS::GeneratedMesh::Types,OPENCMISS

Definition at line 4168 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_generated_mesh_ellipsoid_mesh_type = GENERATED_MESH_ELLIPSOID_MESH_TYPE

An ellipsoid generated mesh.

See also
OPENCMISS::GeneratedMesh::Types,OPENCMISS

Definition at line 4169 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_generated_mesh_fractal_tree_mesh_type = GENERATED_MESH_FRACTAL_TREE_MESH_TYPE

A fractal tree generated mesh.

See also
OPENCMISS::GeneratedMesh::Types,OPENCMISS

Definition at line 4167 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_generated_mesh_polar_mesh_type = GENERATED_MESH_POLAR_MESH_TYPE

A polar generated mesh.

See also
OPENCMISS::GeneratedMesh::Types,OPENCMISS

Definition at line 4166 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_generated_mesh_regular_mesh_type = GENERATED_MESH_REGULAR_MESH_TYPE

A regular generated mesh.

See also
OPENCMISS::GeneratedMesh::Types,OPENCMISS

Definition at line 4165 of file opencmiss_iron.f90.