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 conv_rate
Definition: solver.hh:36
Dune::PDELab::LinearSolverResult< double > res
Definition: solver.hh:52
double elapsed
Definition: solver.hh:34
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
For backward compatibility – Do not use this!
Definition: adaptivity.hh:27
LinearSolverResult()
Definition: solver.hh:38
std::enable_if< std::is_base_of< impl::WrapperBase, T >::value, Native< T > &>::type native(T &t)
Definition: backend/interface.hh:192
RFType reduction
Definition: solver.hh:35
bool converged
Definition: solver.hh:32
const Dune::PDELab::LinearSolverResult< double > & result() const
Return access to result data.
Definition: solver.hh:46