Class template Dune::GDT::CentralSlope

Inherits from Dune::GDT::SlopeBase.

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

Central slope (centered difference of the neighbouring cell averages) without any limiting.

Method Dune::GDT::CentralSlope::copy

template<class E, class EigenVectorWrapperType, size_t stencil_size>
BaseType *Dune::GDT::CentralSlope<E, EigenVectorWrapperType, stencil_size>::copy() const final override

No documentation provided.

Method Dune::GDT::CentralSlope::get

template<class E, class EigenVectorWrapperType, size_t stencil_size>
VectorType Dune::GDT::CentralSlope<E, EigenVectorWrapperType, stencil_size>::get(const E&, const StencilType &stencil, const EigenVectorWrapperType&, const int) const final override

No documentation provided.

Type alias Dune::GDT::CentralSlope::BaseType

type Dune::GDT::CentralSlope::BaseType

No documentation provided.

Type alias Dune::GDT::CentralSlope::ThisType

type Dune::GDT::CentralSlope::ThisType

No documentation provided.