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

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

Collaboration diagram for types::interface_to_solver_maps_ptr_type:

Public Attributes

type(interface_to_solver_maps_type), pointer ptr
 A pointer to the interface to solver maps. More...
 

Detailed Description

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

See also
TYPES::INTERFACE_TO_SOLVER_MAPS_TYPE

Definition at line 2847 of file types.f90.

Member Data Documentation

type(interface_to_solver_maps_type), pointer types::interface_to_solver_maps_ptr_type::ptr

A pointer to the interface to solver maps.

Definition at line 2848 of file types.f90.