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

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

Collaboration diagram for types::boundary_conditions_sparsity_indices_ptr_type:

Public Attributes

type(boundary_conditions_sparsity_indices_type), pointer ptr
 A pointer to the boundary conditions sparsity indices type. More...
 

Detailed Description

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

See also
TYPES::BOUNDARY_CONDITIONS_SPARSITY_INDICES_TYPE

Definition at line 1789 of file types.f90.

Member Data Documentation

type(boundary_conditions_sparsity_indices_type), pointer types::boundary_conditions_sparsity_indices_ptr_type::ptr

A pointer to the boundary conditions sparsity indices type.

Definition at line 1790 of file types.f90.