Contains information about the mapping from a solver matrix column to static equations matrices and variables.
More...
|
integer(intg) | number_of_linear_equations_matrices |
| The number of linear equations matrices the solver column is mapped to in this equations set. More...
|
|
integer(intg), dimension(:), allocatable | equations_matrix_numbers |
| EQUATIONS_MATRIX_NUMBERS(i). The i'th equations matrix number in theequations that the solver column is mapped to. More...
|
|
integer(intg), dimension(:), allocatable | equations_col_numbers |
| EQUATIONS_COL_NUMBERS(i). The i'th equations column number in the equation set 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 TODO: Maybe split this into a linear and a nonlinear part? The only problem is that would probably use about the same memory??? More...
|
|
integer(intg) | jacobian_col_number |
| The Jacobian column number in the equations set that the solver column is mapped to. More...
|
|
real(dp) | jacobian_coupling_coefficient |
| The coupling coefficient for the solver column to Jacobian column mapping. More...
|
|
Contains information about the mapping from a solver matrix column to static equations matrices and variables.
Definition at line 2988 of file types.f90.