Parent type for all solvers. More...
Inheritance diagram for type_solver::t_linear_solver:Public Attributes | |
| logical | use_jacobi_initial_preconditioner = .true. |
| Apply Jacobi preconditioning before calling the linear solver. | |
| double precision | residual = -1d0 |
| Residual of the last execution. | |
Parent type for all solvers.
| double precision type_solver::t_linear_solver::residual = -1d0 |
Residual of the last execution.
| logical type_solver::t_linear_solver::use_jacobi_initial_preconditioner = .true. |
Apply Jacobi preconditioning before calling the linear solver.