dune-pdelab  2.4-dev
Classes | Namespaces
istl/novlpistlsolverbackend.hh File Reference
#include <cstddef>
#include <dune/common/deprecated.hh>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/grid/common/gridenums.hh>
#include <dune/istl/io.hh>
#include <dune/istl/operators.hh>
#include <dune/istl/owneroverlapcopy.hh>
#include <dune/istl/paamg/amg.hh>
#include <dune/istl/paamg/pinfo.hh>
#include <dune/istl/preconditioners.hh>
#include <dune/istl/scalarproducts.hh>
#include <dune/istl/solvercategory.hh>
#include <dune/istl/solvers.hh>
#include <dune/istl/superlu.hh>
#include <dune/pdelab/constraints/common/constraints.hh>
#include <dune/pdelab/gridfunctionspace/genericdatahandle.hh>
#include <dune/pdelab/backend/istl/vector.hh>
#include <dune/pdelab/backend/istl/bcrsmatrix.hh>
#include <dune/pdelab/backend/istl/blockmatrixdiagonal.hh>
#include <dune/pdelab/backend/istl/parallelhelper.hh>
#include <dune/pdelab/backend/istl/seqistlsolverbackend.hh>

Go to the source code of this file.

Classes

class  Dune::PDELab::NonoverlappingOperator< GFS, M, X, Y >
 Operator for the non-overlapping parallel case. More...
 
class  Dune::PDELab::NonoverlappingScalarProduct< GFS, X >
 
class  Dune::PDELab::NonoverlappingRichardson< GFS, X, Y >
 
class  Dune::PDELab::NonoverlappingJacobi< A, X, Y >
 parallel non-overlapping Jacobi preconditioner More...
 
class  Dune::PDELab::ISTLBackend_NOVLP_CG_NOPREC< GFS >
 Nonoverlapping parallel CG solver without preconditioner. More...
 
class  Dune::PDELab::ISTLBackend_NOVLP_CG_Jacobi< GFS >
 Nonoverlapping parallel CG solver with Jacobi preconditioner. More...
 
class  Dune::PDELab::ISTLBackend_NOVLP_BCGS_NOPREC< GFS >
 Nonoverlapping parallel BiCGStab solver without preconditioner. More...
 
class  Dune::PDELab::ISTLBackend_NOVLP_BCGS_Jacobi< GFS >
 Nonoverlapping parallel BiCGStab solver with Jacobi preconditioner. More...
 
class  Dune::PDELab::ISTLBackend_NOVLP_ExplicitDiagonal< GFS >
 Solver to be used for explicit time-steppers with (block-)diagonal mass matrix. More...
 
class  Dune::PDELab::ISTLBackend_NOVLP_BASE_PREC< GO, Preconditioner, Solver >
 
class  Dune::PDELab::ISTLBackend_NOVLP_BCGS_SSORk< GO >
 Nonoverlapping parallel BiCGSTAB solver preconditioned by block SSOR. More...
 
class  Dune::PDELab::ISTLBackend_NOVLP_CG_SSORk< GO >
 Nonoverlapping parallel CG solver preconditioned by block SSOR. More...
 
class  Dune::PDELab::ISTLBackend_AMG_NOVLP< GO, s, Preconditioner, Solver >
 
class  Dune::PDELab::ISTLBackend_NOVLP_CG_AMG_SSOR< GO, s >
 Nonoverlapping parallel CG solver preconditioned with AMG smoothed by SSOR. More...
 
class  Dune::PDELab::ISTLBackend_NOVLP_BCGS_AMG_SSOR< GO, s >
 Nonoverlapping parallel BiCGStab solver preconditioned with AMG smoothed by SSOR. More...
 
class  Dune::PDELab::ISTLBackend_NOVLP_LS_AMG_SSOR< GO, s >
 Nonoverlapping parallel LoopSolver preconditioned with AMG smoothed by SSOR. More...
 

Namespaces

 Dune
 
 Dune::PDELab