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

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

Collaboration diagram for types::interface_matrix_ptr_type:

Public Attributes

type(interface_matrix_type), pointer ptr
 A pointer to the interface matrix. More...
 

Detailed Description

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

See also
TYPES::INTERFACE_MATRIX_TYPE.

Definition at line 1998 of file types.f90.

Member Data Documentation

type(interface_matrix_type), pointer types::interface_matrix_ptr_type::ptr

A pointer to the interface matrix.

Definition at line 1999 of file types.f90.