|
integer(intg) | number_of_solver_cols |
| The number of solver cols this equations column is mapped to. More...
|
|
integer(intg), dimension(:), allocatable | solver_cols |
| SOLVER_COLS(i). The solver column number for the i'th solver column that this column is mapped to. More...
|
|
real(dp), dimension(:), allocatable | coupling_coefficients |
| COUPLING_COEFFICIENTS(i). The coupling coefficients for the i'th solver column that this column is mapped to. More...
|
|
Definition at line 2818 of file types.f90.
real(dp), dimension(:), allocatable types::equations_col_to_solver_cols_map_type::coupling_coefficients |
COUPLING_COEFFICIENTS(i). The coupling coefficients for the i'th solver column that this column is mapped to.
Definition at line 2821 of file types.f90.
integer(intg) types::equations_col_to_solver_cols_map_type::number_of_solver_cols |
The number of solver cols this equations column is mapped to.
Definition at line 2819 of file types.f90.
integer(intg), dimension(:), allocatable types::equations_col_to_solver_cols_map_type::solver_cols |
SOLVER_COLS(i). The solver column number for the i'th solver column that this column is mapped to.
Definition at line 2820 of file types.f90.