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

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

Collaboration diagram for types::equations_to_solver_maps_ptr_type:

Public Attributes

type(equations_to_solver_maps_type), pointer ptr
 A pointer to the equations to solver maps. More...
 

Detailed Description

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

See also
TYPES::EQUATIONS_TO_SOLVER_MAPS_TYPE

Definition at line 2834 of file types.f90.

Member Data Documentation

type(equations_to_solver_maps_type), pointer types::equations_to_solver_maps_ptr_type::ptr

A pointer to the equations to solver maps.

Definition at line 2835 of file types.f90.