Class template Dune::GDT::MinmodSlope

Inherits from Dune::GDT::SlopeBase.

template<class E, class EigenVectorWrapperType>
class Dune::GDT::MinmodSlope<E, EigenVectorWrapperType> : public SlopeBase<E, EigenVectorWrapperType, 3>

Slope limited by the minmod limiter applied in characteristic coordinates.

Method Dune::GDT::MinmodSlope::copy

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

No documentation provided.

Method Dune::GDT::MinmodSlope::get_char

template<class E, class EigenVectorWrapperType>
VectorType Dune::GDT::MinmodSlope<E, EigenVectorWrapperType>::get_char(const E&, const StencilType &stencil, const EigenVectorWrapperType &eigenvectors, const int dd) const final override

No documentation provided.

Method Dune::GDT::MinmodSlope::minmod

template<class E, class EigenVectorWrapperType>
static VectorType Dune::GDT::MinmodSlope<E, EigenVectorWrapperType>::minmod(const VectorType &first_slope, const VectorType &second_slope)

No documentation provided.

Type alias Dune::GDT::MinmodSlope::BaseType

type Dune::GDT::MinmodSlope::BaseType

No documentation provided.

Type alias Dune::GDT::MinmodSlope::ThisType

type Dune::GDT::MinmodSlope::ThisType

No documentation provided.