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.

Classes

class  Opm::Linear::BiCGStabSolver< LinearOperator, Vector, Preconditioner >
 Implements a preconditioned stabilized BiCG linear solver. More...
 

Namespaces

namespace  Opm
 
namespace  Opm::Linear
 

Detailed Description

Implements 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)