|
KASKADE 7 development version
|
Define general, extensible interface for inverse operators. More...
#include <cmath>#include <complex>#include <iostream>#include <iomanip>#include <string>#include "dune/istl/istlexception.hh"#include "dune/istl/operators.hh"#include "dune/istl/preconditioners.hh"#include "dune/istl/scalarproducts.hh"#include <dune/common/timer.hh>#include <dune/common/static_assert.hh>Go to the source code of this file.
Classes | |
| class | KBiCGSTABSolver< X > |
| Statistics about the application of an inverse operator. More... | |
Define general, extensible interface for inverse operators.
Implementation here covers only inversion of linear operators, but the implementation might be used for nonlinear operators as well.
Definition in file bicgstab.hh.