0.6.0
Loading...
Searching...
No Matches
type_solver::t_linear_solver Type Reference

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.
 

Detailed Description

Parent type for all solvers.

Member Data Documentation

◆ residual

double precision type_solver::t_linear_solver::residual = -1d0

Residual of the last execution.

◆ use_jacobi_initial_preconditioner

logical type_solver::t_linear_solver::use_jacobi_initial_preconditioner = .true.

Apply Jacobi preconditioning before calling the linear solver.


The documentation for this type was generated from the following file: