OpenCMISS-Iron Internal API Documentation

The Decomposition types parameters. More...

Collaboration diagram for OPENCMISS::Mesh::DecompositionTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_decomposition_all_type = DECOMPOSITION_ALL_TYPE
 The decomposition contains all elements. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_decomposition_calculated_type = DECOMPOSITION_CALCULATED_TYPE
 The element decomposition is calculated by graph partitioning. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_decomposition_user_defined_type = DECOMPOSITION_USER_DEFINED_TYPE
 The user will set the element decomposition. More...
 

Detailed Description

The Decomposition types parameters.

See also
OPENCMISS::Mesh,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_decomposition_all_type = DECOMPOSITION_ALL_TYPE

The decomposition contains all elements.

See also
OPENCMISS::Mesh::DecompositionTypes,OPENCMISS

Definition at line 4826 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_decomposition_calculated_type = DECOMPOSITION_CALCULATED_TYPE

The element decomposition is calculated by graph partitioning.

See also
OPENCMISS::Mesh::DecompositionTypes,OPENCMISS

Definition at line 4827 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_decomposition_user_defined_type = DECOMPOSITION_USER_DEFINED_TYPE

The user will set the element decomposition.

See also
OPENCMISS::Mesh::DecompositionTypes,OPENCMISS

Definition at line 4828 of file opencmiss_iron.f90.