3 #ifndef DUNE_PDELAB_BACKEND_SOLVER_HH
4 #define DUNE_PDELAB_BACKEND_SOLVER_HH
6 #include <dune/common/fvector.hh>
22 typename Dune::template FieldTraits<typename V::ElementType >::real_type
norm(
const V& v)
const
29 template<
class RFType>
61 #endif // DUNE_PDELAB_BACKEND_SOLVER_HH
bool converged
Definition: solver.hh:32
double elapsed
Definition: solver.hh:34
LinearSolverResult()
Definition: solver.hh:38
V & raw(V &v)
Returns the raw ISTL object associated with v, or v itself it is already an ISTL object.
Definition: backend/istl/utility.hh:26
Dune::PDELab::LinearSolverResult< double > res
Definition: solver.hh:52
RFType reduction
Definition: solver.hh:35
const Dune::PDELab::LinearSolverResult< double > & result() const
Return access to result data.
Definition: solver.hh:46
Dune::template FieldTraits< typename V::ElementType >::real_type norm(const V &v) const
compute global norm of a vector
Definition: solver.hh:22
RFType conv_rate
Definition: solver.hh:36
unsigned int iterations
Definition: solver.hh:33