bicgstabsolver.hh File Reference #include "convergencecriterion.hh" #include "residreductioncriterion.hh" #include "linearsolverreport.hh" #include <opm/models/utils/timer.hh> #include <opm/models/utils/timerguard.hh> #include <opm/common/Exceptions.hpp> #include <memory>
Include dependency graph for bicgstabsolver.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Detailed DescriptionImplements a preconditioned stabilized BiCG linear solver. This solves a linear system of equations Ax = b, where the matrix A is sparse and may be unsymmetric. See https://en.wikipedia.org/wiki/Biconjugate_gradient_stabilized_method, (article date: December 19, 2016) |
||||||||||||||||||