#include <cassert>
#include <algorithm>
#include <functional>
#include <vector>
#include <set>
#include <dune/common/sllist.hh>
#include "preconditioners.hh"
#include "superlu.hh"
#include "bvector.hh"
#include "bcrsmatrix.hh"
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::OverlappingSchwarzInitializer< I, S > |
Initializer for SuperLU Matrices representing the subdomains. More... | |
struct | Dune::AdditiveSchwarzMode |
Tag that the tells the schwarz method to be additive. More... | |
struct | Dune::MultiplicativeSchwarzMode |
Tag that tells the Schwarz method to be multiplicative. More... | |
class | Dune::SeqOverlappingSchwarz< M, X, TM, TA > |
Sequential overlapping Schwarz preconditioner. More... | |
struct | Dune::SeqOverlappingSchwarzDomainSize< M > |