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

A buffer type to allow for an array of pointers to a DECOMPOSITION_TYPE. More...

Collaboration diagram for types::decomposition_ptr_type:

Public Attributes

type(decomposition_type), pointer ptr
 The pointer to the domain decomposition. More...
 

Detailed Description

A buffer type to allow for an array of pointers to a DECOMPOSITION_TYPE.

Definition at line 1081 of file types.f90.

Member Data Documentation

type(decomposition_type), pointer types::decomposition_ptr_type::ptr

The pointer to the domain decomposition.

Definition at line 1082 of file types.f90.