Dune Core Modules (unstable)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
ilusubdomainsolver.hh File Reference
Various local subdomain solvers based on ILU for SeqOverlappingSchwarz. More...
#include <map>
#include <dune/common/typetraits.hh>
#include <dune/istl/preconditioners.hh>
#include "matrix.hh"
#include <cmath>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | Dune::ILUSubdomainSolver< M, X, Y > |
base class encapsulating common algorithms of ILU0SubdomainSolver and ILUNSubdomainSolver. More... | |
class | Dune::ILU0SubdomainSolver< M, X, Y > |
Exact subdomain solver using ILU(p) with appropriate p. More... | |
Namespaces | |
namespace | Dune |
Dune namespace. | |
Detailed Description
Various local subdomain solvers based on ILU for SeqOverlappingSchwarz.
