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>
39 converged(false), iterations(0), elapsed(0.0), reduction(0.0), conv_rate(0.0) {}
61 #endif // DUNE_PDELAB_BACKEND_SOLVER_HH
RFType reduction
Definition: solver.hh:35
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
RFType conv_rate
Definition: solver.hh:36
Definition: adaptivity.hh:26
LinearSolverResult()
Definition: solver.hh:38
Dune::template FieldTraits< typename V::ElementType >::real_type norm(const V &v) const
compute global norm of a vector
Definition: solver.hh:22
unsigned int iterations
Definition: solver.hh:33
double elapsed
Definition: solver.hh:34
const Dune::PDELab::LinearSolverResult< double > & result() const
Return access to result data.
Definition: solver.hh:46
Dune::PDELab::LinearSolverResult< double > res
Definition: solver.hh:52
bool converged
Definition: solver.hh:32