|
integer(intg) | user_number |
| The user defined identifier for the domain decomposition. The user number must be unique. More...
|
|
integer(intg) | global_number |
| The global number of the domain decomposition in the list of domain decompositions for a particular mesh. More...
|
|
logical | decomposition_finished |
| Is .TRUE. if the decomposition has finished being created, .FALSE. if not. More...
|
|
type(decompositions_type), pointer | decompositions |
| A pointer to the decompositions for this decomposition. More...
|
|
type(mesh_type), pointer | mesh |
| A pointer to the mesh for this decomposition. More...
|
|
integer(intg) | mesh_component_number |
| The component number (index) of the mesh component that this decomposition belongs to (i.e., was generated from). More...
|
|
integer(intg) | decomposition_type |
| The type of the domain decomposition. More...
|
|
integer(intg) | number_of_domains |
| The number of domains that this decomposition contains. More...
|
|
integer(intg) | number_of_edges_cut |
| For automatically calculated decompositions, the number of edges of the mesh dual graph that were cut for the composition. It provides an indication of the optimally of the automatic decomposition. More...
|
|
integer(intg), dimension(:), allocatable | element_domain |
| ELEMENT_DOMAIN(ne). The domain number that the ne'th global element is in for the decomposition. Note: the domain numbers start at 0 and go up to the NUMBER_OF_DOMAINS-1. More...
|
|
type(decomposition_topology_type), pointer | topology |
| A pointer to the topology for this decomposition. More...
|
|
type(domain_ptr_type), dimension(:), pointer | domain |
| DOMAIN(mesh_component_idx). A pointer to the domain for mesh component for the domain associated with the computational node. More...
|
|
logical | calculate_faces |
| Boolean flag to determine whether faces should be calculated. More...
|
|
logical | calculate_lines |
| Boolean flag to determine whether lines should be calculated. More...
|
|
Contains information on the mesh decomposition.
- See also
- OPENCMISS::CMISSDecompositionType
Definition at line 1063 of file types.f90.