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

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

Collaboration diagram for types::problem_ptr_type:

Public Attributes

type(problem_type), pointer ptr
 The pointer to the problem. More...
 

Detailed Description

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

See also
TYPES:PROBLEM_TYPE

Definition at line 3231 of file types.f90.

Member Data Documentation

type(problem_type), pointer types::problem_ptr_type::ptr

The pointer to the problem.

Definition at line 3232 of file types.f90.