dune-pdelab
2.0.0
|
![]() |
Classes | |
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... | |
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... | |