IBSimu 1.0.4
|
Abstract base preconditioner class. More...
#include <precond.hpp>
Public Member Functions | |
virtual | ~Precond () |
Virtual destructor. | |
virtual void | solve (Vector &x, const Vector &b) const =0 |
Solve M* x = b and return x. Here M is a preconditioner matrix built for matrix A. See implementations of Precond for more information. |
Abstract base preconditioner class.
virtual Precond::~Precond | ( | ) | [inline, virtual] |
Virtual destructor.
Solve M* x = b and return x. Here M is a preconditioner matrix built for matrix A. See implementations of Precond for more information.
Implemented in Diag_Precond, Empty_Precond, and ILU0_Precond.