Class template Dune::GDT::SlopeBase

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

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

Method Dune::GDT::SlopeBase::copy

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

No documentation provided.

Method Dune::GDT::SlopeBase::get

template<class E, class EigenVectorWrapperType, size_t stencil_size = 3>
virtual VectorType Dune::GDT::SlopeBase<E, EigenVectorWrapperType, stencil_size>::get(const E &entity, const StencilType &stencil, const EigenVectorWrapperType &eigenvectors, const int dd) const

No documentation provided.

Method Dune::GDT::SlopeBase::get_char

template<class E, class EigenVectorWrapperType, size_t stencil_size = 3>
virtual VectorType Dune::GDT::SlopeBase<E, EigenVectorWrapperType, stencil_size>::get_char(const E &entity, const StencilType &stencil, const EigenVectorWrapperType &eigenvectors, const int dd) const

No documentation provided.

Destructor Dune::GDT::SlopeBase::~SlopeBase<E, EigenVectorWrapperType, stencil_size>

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

No documentation provided.

Type alias Dune::GDT::SlopeBase::VectorType

type Dune::GDT::SlopeBase::VectorType

No documentation provided.

Type alias Dune::GDT::SlopeBase::MatrixType

type Dune::GDT::SlopeBase::MatrixType

No documentation provided.

Type alias Dune::GDT::SlopeBase::StencilType

type Dune::GDT::SlopeBase::StencilType

No documentation provided.