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
Dune::template FieldTraits< typename V::ElementType >::real_type norm(const V &v) const
compute global norm of a vector
Definition: solver.hh:22
RFType reduction
Definition: solver.hh:35
unsigned int iterations
Definition: solver.hh:33
std::enable_if< std::is_base_of< impl::WrapperBase, T >::value, Native< T > & >::type native(T &t)
Definition: backend/interface.hh:198
bool converged
Definition: solver.hh:32
RFType conv_rate
Definition: solver.hh:36
double elapsed
Definition: solver.hh:34
LinearSolverResult()
Definition: solver.hh:38
Definition: adaptivity.hh:27
Dune::PDELab::LinearSolverResult< double > res
Definition: solver.hh:52
const Dune::PDELab::LinearSolverResult< double > & result() const
Return access to result data.
Definition: solver.hh:46