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

Contains information for the interface condition data. More...

Collaboration diagram for types::interface_condition_type:

Public Attributes

integer(intg) user_number
 The user identifying number of the interface condition. Must be unique. More...
 
integer(intg) global_number
 The global index of the interface condition in the interface conditions. More...
 
logical interface_condition_finished
 Is .TRUE. ifand where the interfaand where and where ce condition has finished being created, .FALSE. if not. More...
 
type(interface_conditions_type), pointer interface_conditions
 A pointer back to the interface conditions. More...
 
type(interface_type), pointer interface
 A pointer back to the interface. More...
 
integer(intg) method
 An integer which denotes the interface condition method. More...
 
integer(intg) operator
 An integer which denotes the type of interface operator. More...
 
integer(intg) integrationtype
 An integer which denotes the integration type. More...
 
type(interface_geometry_typegeometry
 The geometry information for the interface condition. More...
 
type(interface_penalty_type), pointer penalty
 A pointer to the interface condition penalty information if there are any for this interface condition. More...
 
type(interface_lagrange_type), pointer lagrange
 A pointer to the interface condition Lagrange multipler information if there are any for this interface condition. More...
 
type(interface_dependent_type), pointer dependent
 A pointer to the interface condition dependent field information if there is any for this interface condition. More...
 
type(interface_equations_type), pointer interface_equations
 A pointer to the interface equations if there are any for this interface condition. More...
 
type(boundary_conditions_type), pointer boundary_conditions
 A pointer to the boundary condition information for this interface condition. More...
 

Detailed Description

Contains information for the interface condition data.

Definition at line 2155 of file types.f90.

Member Data Documentation

type(boundary_conditions_type), pointer types::interface_condition_type::boundary_conditions

A pointer to the boundary condition information for this interface condition.

Definition at line 2169 of file types.f90.

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

A pointer to the interface condition dependent field information if there is any for this interface condition.

Definition at line 2167 of file types.f90.

type(interface_geometry_type) types::interface_condition_type::geometry

The geometry information for the interface condition.

Definition at line 2164 of file types.f90.

integer(intg) types::interface_condition_type::global_number

The global index of the interface condition in the interface conditions.

Definition at line 2157 of file types.f90.

integer(intg) types::interface_condition_type::integrationtype

An integer which denotes the integration type.

See also
INTERFACE_CONDITIONS_CONSTANTS::IntegrationType,INTERFACE_CONDITIONS

Definition at line 2163 of file types.f90.

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

A pointer back to the interface.

Definition at line 2160 of file types.f90.

logical types::interface_condition_type::interface_condition_finished

Is .TRUE. ifand where the interfaand where and where ce condition has finished being created, .FALSE. if not.

Definition at line 2158 of file types.f90.

type(interface_conditions_type), pointer types::interface_condition_type::interface_conditions

A pointer back to the interface conditions.

Definition at line 2159 of file types.f90.

type(interface_equations_type), pointer types::interface_condition_type::interface_equations

A pointer to the interface equations if there are any for this interface condition.

Definition at line 2168 of file types.f90.

type(interface_lagrange_type), pointer types::interface_condition_type::lagrange

A pointer to the interface condition Lagrange multipler information if there are any for this interface condition.

Definition at line 2166 of file types.f90.

integer(intg) types::interface_condition_type::method

An integer which denotes the interface condition method.

See also
INTERFACE_CONDITIONS_Methods,INTERFACE_CONDITIONS

Definition at line 2161 of file types.f90.

integer(intg) types::interface_condition_type::operator

An integer which denotes the type of interface operator.

See also
INTERFACE_CONDITIONS_Operator,INTERFACE_CONDITIONS

Definition at line 2162 of file types.f90.

type(interface_penalty_type), pointer types::interface_condition_type::penalty

A pointer to the interface condition penalty information if there are any for this interface condition.

Definition at line 2165 of file types.f90.

integer(intg) types::interface_condition_type::user_number

The user identifying number of the interface condition. Must be unique.

Definition at line 2156 of file types.f90.