dune-istl 3.0-git
|
Helper class for notifying a DUNE-ISTL linear solver about a change of the iteration matrix object in a unified way, i.e. independent from the solver's type (direct/iterative). More...
#include <dune/istl/eigenvalue/poweriteration.hh>
Classes | |
struct | Implementation |
Implementation that works together with iterative ISTL solvers, e.g. Dune::CGSolver or Dune::BiCGSTABSolver. More... | |
struct | Implementation< true, Dummy > |
Implementation that works together with direct ISTL solvers, e.g. Dune::SuperLU or Dune::UMFPack. More... | |
Static Public Member Functions | |
static void | setMatrix (ISTLLinearSolver &solver, const BCRSMatrix &matrix) |
Helper class for notifying a DUNE-ISTL linear solver about a change of the iteration matrix object in a unified way, i.e. independent from the solver's type (direct/iterative).
|
inlinestatic |