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

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

Collaboration diagram for types::boundary_conditions_variable_ptr_type:

Public Attributes

type(boundary_conditions_variable_type), pointer ptr
 A pointer to the boundary conditions variable. More...
 

Detailed Description

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

See also
TYPES::VARIABLE_BOUNDARY_CONDITIONS_TYPE

Definition at line 1775 of file types.f90.

Member Data Documentation

type(boundary_conditions_variable_type), pointer types::boundary_conditions_variable_ptr_type::ptr

A pointer to the boundary conditions variable.

Definition at line 1776 of file types.f90.