#include <dune/pdelab/backend/novlpistlsolverbackend.hh>
template<class GO, template< class, class, class, int > class Preconditioner, template< class > class Solver>
Constructor.
- Parameters
-
[in] | gfs_ | a grid function space |
[in] | maxiter_ | maximum number of iterations to do |
[in] | steps_ | number of preconditioner steps to apply as inner iteration |
[in] | verbose_ | print messages if true |
template<class GO, template< class, class, class, int > class Preconditioner, template< class > class Solver>
template<class M , class V , class W >
Solve the given linear system.
- Parameters
-
[in] | A | the given matrix |
[out] | z | the solution vector to be computed |
[in] | r | right hand side |
[in] | reduction | to be achieved |
template<class GO, template< class, class, class, int > class Preconditioner, template< class > class Solver>
template<class Vector >
Compute global norm of a vector.
- Parameters
-
template<class GO, template< class, class, class, int > class Preconditioner, template< class > class Solver>
Return access to result data.
The documentation for this class was generated from the following file: