dune-istl  2.5-git
Static Public Member Functions | List of all members
Dune::SolverHelper< ISTLLinearSolver, BCRSMatrix >::Implementation< is_direct_solver, Dummy > Struct Template Reference

Implementation that works together with iterative ISTL solvers, e.g. Dune::CGSolver or Dune::BiCGSTABSolver. More...

#include <dune/istl/eigenvalue/poweriteration.hh>

Static Public Member Functions

static void setMatrix (ISTLLinearSolver &, const BCRSMatrix &)
 

Detailed Description

template<typename ISTLLinearSolver, typename BCRSMatrix>
template<bool is_direct_solver, typename Dummy = void>
struct Dune::SolverHelper< ISTLLinearSolver, BCRSMatrix >::Implementation< is_direct_solver, Dummy >

Implementation that works together with iterative ISTL solvers, e.g. Dune::CGSolver or Dune::BiCGSTABSolver.

Member Function Documentation

§ setMatrix()

template<typename ISTLLinearSolver , typename BCRSMatrix >
template<bool is_direct_solver, typename Dummy = void>
static void Dune::SolverHelper< ISTLLinearSolver, BCRSMatrix >::Implementation< is_direct_solver, Dummy >::setMatrix ( ISTLLinearSolver &  ,
const BCRSMatrix  
)
inlinestatic

The documentation for this struct was generated from the following file: