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

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

Collaboration diagram for types::field_variable_ptr_type:

Public Attributes

type(field_variable_type), pointer ptr
 The pointer to the field variable. More...
 

Detailed Description

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

Definition at line 1311 of file types.f90.

Member Data Documentation

type(field_variable_type), pointer types::field_variable_ptr_type::ptr

The pointer to the field variable.

Definition at line 1312 of file types.f90.