Loading [MathJax]/extensions/TeX/AMSsymbols.js
KASKADE 7 development version
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes
bicgstab.hh File Reference

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...
 

Detailed Description

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.