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

Contains information for interface region specific data that is not of 'region' importance. <<>> More...

Collaboration diagram for types::interface_conditions_type:

Public Attributes

type(interface_type), pointer interface
 A pointer back to the interface containing the interface conditions. More...
 
integer(intg) number_of_interface_conditions
 The number of interface conditions. More...
 
type(interface_condition_ptr_type), dimension(:), pointer interface_conditions
 INTERFACE_CONDITIONS(interface_condition_idx). A pointer to the interface_condition_idx'th interface condition. More...
 

Detailed Description

Contains information for interface region specific data that is not of 'region' importance. <<>>

Definition at line 2178 of file types.f90.

Member Data Documentation

type(interface_type), pointer types::interface_conditions_type::interface

A pointer back to the interface containing the interface conditions.

Definition at line 2179 of file types.f90.

type(interface_condition_ptr_type), dimension(:), pointer types::interface_conditions_type::interface_conditions

INTERFACE_CONDITIONS(interface_condition_idx). A pointer to the interface_condition_idx'th interface condition.

Definition at line 2181 of file types.f90.

integer(intg) types::interface_conditions_type::number_of_interface_conditions

The number of interface conditions.

Definition at line 2180 of file types.f90.