dune-pdelab  2.5-dev
Classes | Namespaces
ovlpistlsolverbackend.hh File Reference
#include <dune/common/deprecated.hh>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/istl/owneroverlapcopy.hh>
#include <dune/istl/solvercategory.hh>
#include <dune/istl/operators.hh>
#include <dune/istl/solvers.hh>
#include <dune/istl/preconditioners.hh>
#include <dune/istl/scalarproducts.hh>
#include <dune/istl/paamg/amg.hh>
#include <dune/istl/paamg/pinfo.hh>
#include <dune/istl/io.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/parallelhelper.hh>
#include <dune/pdelab/backend/istl/seqistlsolverbackend.hh>

Go to the source code of this file.

Classes

class  Dune::PDELab::OverlappingOperator< CC, M, X, Y >
 
class  Dune::PDELab::OverlappingScalarProduct< GFS, X >
 
class  Dune::PDELab::OverlappingWrappedPreconditioner< CC, GFS, P >
 
class  Dune::PDELab::UMFPackSubdomainSolver< GFS, M, X, Y >
 
class  Dune::PDELab::OVLPScalarProductImplementation< GFS >
 
class  Dune::PDELab::OVLPScalarProduct< GFS, X >
 
class  Dune::PDELab::ISTLBackend_OVLP_Base< GFS, C, Preconditioner, Solver >
 
class  Dune::PDELab::ISTLBackend_OVLP_ILU0_Base< GFS, C, Solver >
 
class  Dune::PDELab::ISTLBackend_OVLP_ILUn_Base< GFS, C, Solver >
 
class  Dune::PDELab::ISTLBackend_OVLP_BCGS_SSORk< GFS, CC >
 Overlapping parallel BiCGStab solver with SSOR preconditioner. More...
 
class  Dune::PDELab::ISTLBackend_OVLP_BCGS_ILU0< GFS, CC >
 Overlapping parallel BiCGStab solver with ILU0 preconditioner. More...
 
class  Dune::PDELab::ISTLBackend_OVLP_BCGS_ILUn< GFS, CC >
 Overlapping parallel BiCGStab solver with ILU0 preconditioner. More...
 
class  Dune::PDELab::ISTLBackend_OVLP_CG_SSORk< GFS, CC >
 Overlapping parallel CGS solver with SSOR preconditioner. More...
 
class  Dune::PDELab::ISTLBackend_OVLP_GMRES_ILU0< GFS, CC >
 Overlapping parallel restarted GMRes solver with ILU0 preconditioner. More...
 
class  Dune::PDELab::ISTLBackend_OVLP_SuperLU_Base< GFS, C, Solver >
 
class  Dune::PDELab::ISTLBackend_OVLP_UMFPack_Base< GFS, C, Solver >
 
class  Dune::PDELab::ISTLBackend_OVLP_BCGS_SuperLU< GFS, CC >
 Overlapping parallel BiCGStab solver with SuperLU preconditioner. More...
 
class  Dune::PDELab::ISTLBackend_OVLP_CG_SuperLU< GFS, CC >
 Overlapping parallel CG solver with SuperLU preconditioner. More...
 
class  Dune::PDELab::ISTLBackend_OVLP_CG_UMFPack< GFS, CC >
 Overlapping parallel CG solver with UMFPack preconditioner. More...
 
class  Dune::PDELab::ISTLBackend_OVLP_ExplicitDiagonal< GFS >
 Solver to be used for explicit time-steppers with (block-)diagonal mass matrix. More...
 
class  Dune::PDELab::ISTLBackend_AMG< GO, s, Preconditioner, Solver >
 
class  Dune::PDELab::ISTLBackend_CG_AMG_SSOR< GO, s >
 Overlapping parallel conjugate gradient solver preconditioned with AMG smoothed by SSOR. More...
 
class  Dune::PDELab::ISTLBackend_BCGS_AMG_SSOR< GO, s >
 Overlapping parallel BiCGStab solver preconditioned with AMG smoothed by SSOR. More...
 
class  Dune::PDELab::ISTLBackend_BCGS_AMG_ILU0< GO, s >
 Overlapping parallel BiCGStab solver preconditioned with AMG smoothed by ILU0. More...
 

Namespaces

 Dune
 For backward compatibility – Do not use this!
 
 Dune::PDELab