Class template Dune::GDT::SlopeBase

template<class E, class EigenVectorWrapperType, size_t stencil_size = 3>
class Dune::GDT::SlopeBase

Interface for (limited) slopes used to reconstruct a piecewise linear function from cell averages.

virtual SlopeBase<E, EigenVectorWrapperType, stencil_size> *Dune::GDT::SlopeBase::copy() const = 0

No documentation provided.

virtual VectorType Dune::GDT::SlopeBase::get(const E &entity, const StencilType &stencil, const EigenVectorWrapperType &eigenvectors, const size_t dd) const

No documentation provided.

virtual VectorType Dune::GDT::SlopeBase::get_char(const E &entity, const StencilType &stencil, const EigenVectorWrapperType &eigenvectors, const size_t dd) const

No documentation provided.

template<>
virtual Dune::GDT::SlopeBase::~SlopeBase<E, EigenVectorWrapperType, stencil_size>() = default

No documentation provided.

type Dune::GDT::SlopeBase::VectorType

No documentation provided.

type Dune::GDT::SlopeBase::MatrixType

No documentation provided.

type Dune::GDT::SlopeBase::StencilType

No documentation provided.