Class template Dune::GDT::NoSlope

Inherits from Dune::GDT::SlopeBase.

template<class E, class EigenVectorWrapperType, size_t stencil_size>
class Dune::GDT::NoSlope : public SlopeBase<E, EigenVectorWrapperType, stencil_size>

Zero slope, yielding a piecewise constant (first-order) reconstruction.

BaseType *Dune::GDT::NoSlope::copy() const final override

No documentation provided.

VectorType Dune::GDT::NoSlope::get(const E&, const StencilType&, const EigenVectorWrapperType&, const size_t) const final override

No documentation provided.

type Dune::GDT::NoSlope::BaseType

No documentation provided.

type Dune::GDT::NoSlope::ThisType

No documentation provided.