OpenCMISS-Iron Internal API Documentation
|
Contains information about the mappings from a solver matrix to the equations in an equations set. More...
Public Attributes | |
type(equations_type), pointer | interface_equations |
A pointer to the interface equations in the interface conditionthat these columns map to. More... | |
type(solver_col_to_interface_equations_map_type), dimension(:), allocatable | solver_col_to_interface_equations_maps |
SOLVER_COL_TO_INTERFACE_EQUATIONS_MAPS(col_idx). The mappings from the col_idx'th column of the solver matrix to the interface equations in the interface condition. More... | |
Contains information about the mappings from a solver matrix to the equations in an equations set.
type(equations_type), pointer types::solver_col_to_interface_map_type::interface_equations |
type(solver_col_to_interface_equations_map_type), dimension(:), allocatable types::solver_col_to_interface_map_type::solver_col_to_interface_equations_maps |