OpenCMISS-Iron Internal API Documentation
|
Contains information for the interface condition data. More...
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_type) | geometry |
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... | |
type(boundary_conditions_type), pointer types::interface_condition_type::boundary_conditions |
type(interface_dependent_type), pointer types::interface_condition_type::dependent |
type(interface_geometry_type) types::interface_condition_type::geometry |
integer(intg) types::interface_condition_type::global_number |
integer(intg) types::interface_condition_type::integrationtype |
An integer which denotes the integration type.
type(interface_type), pointer types::interface_condition_type::interface |
logical types::interface_condition_type::interface_condition_finished |
type(interface_conditions_type), pointer types::interface_condition_type::interface_conditions |
type(interface_equations_type), pointer types::interface_condition_type::interface_equations |
type(interface_lagrange_type), pointer types::interface_condition_type::lagrange |
integer(intg) types::interface_condition_type::method |
integer(intg) types::interface_condition_type::operator |
type(interface_penalty_type), pointer types::interface_condition_type::penalty |