dune-pdelab
2.0.0
|
#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/solver.hh>
#include <dune/pdelab/backend/istlvectorbackend.hh>
#include <dune/pdelab/backend/istlmatrixbackend.hh>
Go to the source code of this file.
Classes | |
class | Dune::PDELab::OnTheFlyOperator< X, Y, GOS > |
class | Dune::PDELab::ISTLBackend_SEQ_Base< Preconditioner, Solver > |
class | Dune::PDELab::ISTLBackend_SEQ_ILU0< Solver > |
class | Dune::PDELab::ISTLBackend_SEQ_ILUn< Solver > |
class | Dune::PDELab::ISTLBackend_SEQ_LOOP_Jac |
Backend for sequential loop solver with Jacobi preconditioner. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac |
Backend for sequential BiCGSTAB solver with Jacobi preconditioner. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_BCGS_SSOR |
Backend for sequential BiCGSTAB solver with SSOR preconditioner. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_BCGS_ILU0 |
Backend for sequential BiCGSTAB solver with ILU0 preconditioner. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_CG_ILU0 |
Backend for sequential conjugate gradient solver with ILU0 preconditioner. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_BCGS_ILUn |
Sequential BiCGStab solver with ILU0 preconditioner. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_CG_ILUn |
Sequential congute gradient solver with ILU0 preconditioner. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_CG_SSOR |
Backend for sequential conjugate gradient solver with SSOR preconditioner. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_MINRES_SSOR |
Backend using a MINRes solver preconditioned by SSOR. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_CG_Jac |
Backend for conjugate gradient solver with Jacobi preconditioner. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_ExplicitDiagonal |
Solver to be used for explicit time-steppers with (block-)diagonal mass matrix. More... | |
struct | Dune::PDELab::ISTLAMGStatistics |
Class providing some statistics of the AMG solver. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_AMG< GO, Preconditioner, Solver, skipBlocksizeCheck > |
class | Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR< GO > |
Sequential conjugate gradient solver preconditioned with AMG smoothed by SSOR. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_BCGS_AMG_SSOR< GO > |
Sequential BiCGStab solver preconditioned with AMG smoothed by SSOR. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_BCGS_AMG_SOR< GO > |
Sequential BiCGSTAB solver preconditioned with AMG smoothed by SOR. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_LS_AMG_SSOR< GO > |
Sequential Loop solver preconditioned with AMG smoothed by SSOR. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_LS_AMG_SOR< GO > |
Sequential Loop solver preconditioned with AMG smoothed by SOR. More... | |
Namespaces | |
Dune | |
Dune::PDELab | |