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

Contains information on the domain decompositions defined on a mesh. More...

Collaboration diagram for types::decompositions_type:

Public Attributes

type(mesh_type), pointer mesh
 A pointer to the mesh. More...
 
integer(intg) number_of_decompositions
 The number of decompositions defined on the mesh. More...
 
type(decomposition_ptr_type), dimension(:), pointer decompositions
 DECOMPOSITIONS(decomposition_idx). The array of pointers to the domain decompositions. More...
 

Detailed Description

Contains information on the domain decompositions defined on a mesh.

Definition at line 1086 of file types.f90.

Member Data Documentation

type(decomposition_ptr_type), dimension(:), pointer types::decompositions_type::decompositions

DECOMPOSITIONS(decomposition_idx). The array of pointers to the domain decompositions.

Definition at line 1089 of file types.f90.

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

A pointer to the mesh.

Definition at line 1087 of file types.f90.

integer(intg) types::decompositions_type::number_of_decompositions

The number of decompositions defined on the mesh.

Definition at line 1088 of file types.f90.