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

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

Collaboration diagram for types::solver_matrix_ptr_type:

Public Attributes

type(solver_matrix_type), pointer ptr
 The pointer to the solver matrix. More...
 

Detailed Description

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

See also
TYPES:SOLUTION_MATRIX_TYPE

Definition at line 2422 of file types.f90.

Member Data Documentation

type(solver_matrix_type), pointer types::solver_matrix_ptr_type::ptr

The pointer to the solver matrix.

Definition at line 2423 of file types.f90.