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

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

Collaboration diagram for types::equations_matrix_ptr_type:

Public Attributes

type(equations_matrix_type), pointer ptr
 A pointer to the equations matrix. More...
 

Detailed Description

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

See also
TYPES::EQUATIONS_MATRIX_TYPE.

Definition at line 1446 of file types.f90.

Member Data Documentation

type(equations_matrix_type), pointer types::equations_matrix_ptr_type::ptr

A pointer to the equations matrix.

Definition at line 1447 of file types.f90.