OpenCMISS-Iron Internal API Documentation
|
Contains information about the dependent field information for an interface condition. More...
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... | |
Contains information about the dependent field information for an interface condition.
type(equations_set_ptr_type), dimension(:), pointer types::interface_dependent_type::equations_sets |
type(field_variable_ptr_type), dimension(:), pointer types::interface_dependent_type::field_variables |
type(interface_condition_type), pointer types::interface_dependent_type::interface_condition |
integer(intg) types::interface_dependent_type::number_of_dependent_variables |