Contains information about the mapping from a solver matrix column to dynamic equations matrices and variables.
More...
|
integer(intg) | number_of_dynamic_equations_matrices |
| The number of dynamic 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. More...
|
|
Contains information about the mapping from a solver matrix column to dynamic equations matrices and variables.
Definition at line 2980 of file types.f90.