Contains information about the mapping from a solver matrix column to interface equations matrices and variables.
More...
|
integer(intg) | number_of_interface_matrices |
| The number of interface matrices the solver column is mapped to in this interface condition. More...
|
|
integer(intg), dimension(:), allocatable | interface_matrix_numbers |
| INTERFACE_MATRIX_NUMBERS(i). The i'th interface matrix number in the interface equations that the solver column is mapped to. More...
|
|
integer(intg), dimension(:), allocatable | interface_col_numbers |
| INTERFACE_COL_NUMBERS(i). The i'th interface interface column number in the interface condition the solver column is mapped to. More...
|
|
real(dp), dimension(:), allocatable | coupling_coefficients |
| COUPLING_COEFFICIENTS(i). The i'th coupling coefficient for solver column mapping. More...
|
|
Contains information about the mapping from a solver matrix column to interface equations matrices and variables.
Definition at line 3019 of file types.f90.