dune-istl
2.4
|
#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.
Classes | |
class | Dune::NonoverlappingSchwarzOperator< M, X, Y, C > |
A nonoverlapping operator with communication object. More... | |
class | Dune::NonoverlappingSchwarzScalarProduct< X, C > |
Nonoverlapping Scalar Product with communication object. More... | |
struct | Dune::ScalarProductChooser< X, C, SolverCategory::nonoverlapping > |
class | Dune::Amg::ConstructionTraits< T > |
Traits class for generically constructing non default constructable types. More... | |
class | Dune::NonoverlappingBlockPreconditioner< C, P > |
Nonoverlapping parallel preconditioner. More... | |
Namespaces | |
Dune | |
Dune::Amg | |