OpenCMISS-Iron Internal API Documentation
|
Contains information about the interface equations for an interface condition. More...
Public Attributes | |
type(interface_condition_type), pointer | interface_condition |
A pointer to the interface condition. More... | |
logical | interface_equations_finished |
Is .TRUE. if the interface equations have finished being created, .FALSE. if not. More... | |
integer(intg) | output_type |
The output type for the interface equations. More... | |
integer(intg) | sparsity_type |
The sparsity type for the interface equation matrices of the interface equations. More... | |
integer(intg) | linearity |
The interface equations linearity type. More... | |
integer(intg) | time_dependence |
The interface equations time dependence type. More... | |
type(interface_equations_interpolation_type), pointer | interpolation |
A pointer to the interpolation information used in the interface equations. More... | |
type(interface_mapping_type), pointer | interface_mapping |
A pointer to the interface equations mapping for the interface. More... | |
type(interface_matrices_type), pointer | interface_matrices |
A pointer to the interface equations matrices and vectors used for the interface equations. More... | |
Contains information about the interface equations for an interface condition.
type(interface_condition_type), pointer types::interface_equations_type::interface_condition |
logical types::interface_equations_type::interface_equations_finished |
type(interface_mapping_type), pointer types::interface_equations_type::interface_mapping |
type(interface_matrices_type), pointer types::interface_equations_type::interface_matrices |
type(interface_equations_interpolation_type), pointer types::interface_equations_type::interpolation |
integer(intg) types::interface_equations_type::linearity |
The interface equations linearity type.
integer(intg) types::interface_equations_type::output_type |
The output type for the interface equations.
integer(intg) types::interface_equations_type::sparsity_type |
The sparsity type for the interface equation matrices of the interface equations.
integer(intg) types::interface_equations_type::time_dependence |
The interface equations time dependence type.