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

Contains information about the dependent field information for an interface condition. More...

Collaboration diagram for types::interface_dependent_type:

Public Attributes

type(interface_condition_type), pointer interface_condition
 A pointer to the interface condition. More...
 
integer(intg) number_of_dependent_variables
 The number of dependent variables in the interface condition. More...
 
type(equations_set_ptr_type), dimension(:), pointer equations_sets
 EQUATIONS_SETS(variable_idx). The pointer to the equations set containing the dependent variable for the variable_idx'th added dependent variable. More...
 
type(field_variable_ptr_type), dimension(:), pointer field_variables
 FIELD_VARIABLES(variable_idx). The pointer to the variable_idx'th dependent variable in the interface condition. More...
 
integer(intg), dimension(:), pointer variable_mesh_indices
 VARIABLE_MESH_INDICES(variable_idx). The mesh index of the variable_idx'th dependent variable in the interface condition. More...
 

Detailed Description

Contains information about the dependent field information for an interface condition.

Definition at line 2146 of file types.f90.

Member Data Documentation

type(equations_set_ptr_type), dimension(:), pointer types::interface_dependent_type::equations_sets

EQUATIONS_SETS(variable_idx). The pointer to the equations set containing the dependent variable for the variable_idx'th added dependent variable.

Definition at line 2149 of file types.f90.

type(field_variable_ptr_type), dimension(:), pointer types::interface_dependent_type::field_variables

FIELD_VARIABLES(variable_idx). The pointer to the variable_idx'th dependent variable in the interface condition.

Definition at line 2150 of file types.f90.

type(interface_condition_type), pointer types::interface_dependent_type::interface_condition

A pointer to the interface condition.

Definition at line 2147 of file types.f90.

integer(intg) types::interface_dependent_type::number_of_dependent_variables

The number of dependent variables in the interface condition.

Definition at line 2148 of file types.f90.

integer(intg), dimension(:), pointer types::interface_dependent_type::variable_mesh_indices

VARIABLE_MESH_INDICES(variable_idx). The mesh index of the variable_idx'th dependent variable in the interface condition.

Definition at line 2151 of file types.f90.