dune-pdelab
2.7-git
|
#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/istl/umfpack.hh>
#include <dune/pdelab/constraints/common/constraints.hh>
#include <dune/pdelab/gridfunctionspace/genericdatahandle.hh>
#include <dune/pdelab/backend/solver.hh>
#include <dune/pdelab/backend/istl/vector.hh>
#include <dune/pdelab/backend/istl/bcrsmatrix.hh>
Go to the source code of this file.
Classes | |
class | Dune::PDELab::OnTheFlyOperator< X, Y, GO > |
class | Dune::PDELab::ISTLBackend_SEQ_Richardson< Solver > |
class | Dune::PDELab::ISTLBackend_SEQ_MatrixFree_Richardson< GO, Solver > |
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_Richardson |
Backend for sequential BiCGSTAB solver with Richardson precondition (equivalent to no preconditioner for Richards with parameter=1.0). 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_SuperLU |
Solver backend using SuperLU as a direct solver. More... | |
class | Dune::PDELab::ISTLBackend_SEQ_UMFPack |
Solver backend using UMFPack as a direct solver. 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... | |
class | Dune::PDELab::ISTLBackend_SEQ_GMRES_ILU0 |
Linear solver backend for Restarted GMRes preconditioned with ILU(0) More... | |
class | Dune::PDELab::ISTLBackend_SEQ_MatrixFree_BCGS_Richardson< GO > |
Namespaces | |
Dune | |
For backward compatibility – Do not use this! | |
Dune::PDELab | |