Contains information on the mappings from an interface condition to the solver matrices.
More...
|
integer(intg) | interface_condition_index |
| The index of the interface condition for these mappings. More...
|
|
type(solver_mapping_type), pointer | solver_mapping |
| A pointer to the solver mappings. More...
|
|
type(interface_equations_type), pointer | interface_equations |
| A pointer to the interface equations in this interface condition. More...
|
|
integer(intg) | number_of_equations_sets |
| The number of equations sets that the interface condition affects. More...
|
|
type(interface_to_solver_matrix_maps_equations_type), dimension(:), allocatable | interface_to_solver_matrix_maps_equations |
| INTERFACE_TO_SOLVER_MATRIX_MAPS_EQUATIONS(equations_set_idx). The equations set information of the equations_set_idx'th equations set that the interface condition affects. More...
|
|
type(interface_to_solver_matrix_maps_sm_type), dimension(:), allocatable | interface_to_solver_matrix_maps_sm |
| INTERFACE_TO_SOLVER_MATRIX_MAPS_SM(solver_matrix_idx). The mappings from the interface matrices in this interface condition to the solver_matrix_idx'th solver_matrix. More...
|
|
type(interface_to_solver_matrix_maps_im_type), dimension(:), allocatable | interface_to_solver_matrix_maps_im |
| INTERFACE_TO_SOLVER_MATRIX_MAPS_IM(interface_matrix_idx). The mappings from the interface_matrix_idx'th interface matrix in this interface condition to the solver_matrices. More...
|
|
type(interface_column_to_solver_rows_map_type), dimension(:), allocatable | interface_column_to_solver_rows_maps |
| INTERFACE_COLUMN_TO_SOLVER_ROW_MAP(interface_column_idx). The mapping from the interface_column_idx'th interface column to a solver row. More...
|
|
Contains information on the mappings from an interface condition to the solver matrices.
Definition at line 2968 of file types.f90.