#include <iostream>
#include <fstream>
#include <vector>
#include <sstream>
#include <cmath>
#include <dune/common/timer.hh>
#include "io.hh"
#include "bvector.hh"
#include "vbvector.hh"
#include "bcrsmatrix.hh"
#include "gsetc.hh"
#include "ilu.hh"
#include "operators.hh"
#include "solvers.hh"
#include "preconditioners.hh"
#include "scalarproducts.hh"
#include "owneroverlapcopy.hh"
Go to the source code of this file.
|
class | Dune::OverlappingSchwarzOperator< M, X, Y, C > |
| An overlapping schwarz operator. More...
|
|
class | Dune::OverlappingSchwarzScalarProduct< X, C > |
| Scalar product for overlapping schwarz methods. More...
|
|
struct | Dune::ScalarProductChooser< X, C, SolverCategory::overlapping > |
|
class | Dune::ParSSOR< M, X, Y, C > |
| A parallel SSOR preconditioner. More...
|
|
class | Dune::Amg::ConstructionTraits< T > |
| Traits class for generically constructing non default constructable types. More...
|
|
class | Dune::BlockPreconditioner< X, Y, C, T > |
| Block parallel preconditioner. More...
|
|