|
integer(intg) | number_of_solver_cols |
| The number of solver cols this Jacobian 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 2851 of file types.f90.
real(dp), dimension(:), allocatable types::jacobian_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 2854 of file types.f90.
integer(intg) types::jacobian_col_to_solver_cols_map_type::number_of_solver_cols |
The number of solver cols this Jacobian column is mapped to.
Definition at line 2852 of file types.f90.
integer(intg), dimension(:), allocatable types::jacobian_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 2853 of file types.f90.