#include <dune/pdelab/backend/istl/seqistlsolverbackend.hh>
◆ ISTLBackend_SEQ_MatrixFree_Richardson()
template<class GO , template< class > class Solver>
make a linear solver object
- Parameters
-
[in] | maxiter_ | maximum number of iterations to do |
[in] | verbose_ | print messages if true |
◆ apply()
template<class GO , template< class > class Solver>
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 |
◆ norm()
template<class V >
Dune::template FieldTraits< typenameV::ElementType >::real_type Dune::PDELab::SequentialNorm::norm |
( |
const V & |
v | ) |
const |
|
inlineinherited |
compute global norm of a vector
\param[in] v the given vector
◆ result()
Return access to result data.
◆ setLinearizationPoint()
template<class GO , template< class > class Solver>
Set position of jacobian, ust be called before apply() for nonlinear problems.
◆ res
The documentation for this class was generated from the following file: