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

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

Collaboration diagram for types::equations_set_ptr_type:

Public Attributes

type(equations_set_type), pointer ptr
 A pointer to the equations set. More...
 

Detailed Description

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

See also
TYPES::EQUATIONS_SET_TYPE

Definition at line 1962 of file types.f90.

Member Data Documentation

type(equations_set_type), pointer types::equations_set_ptr_type::ptr

A pointer to the equations set.

Definition at line 1963 of file types.f90.