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

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

Collaboration diagram for types::equations_jacobian_ptr_type:

Public Attributes

type(equations_jacobian_type), pointer ptr
 

Detailed Description

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

See also
TYPES::EQUATIONS_JACOBIAN_TYPE.

Definition at line 1466 of file types.f90.

Member Data Documentation

type(equations_jacobian_type), pointer types::equations_jacobian_ptr_type::ptr

Definition at line 1467 of file types.f90.