Class template Dune::GDT::McSlope¶
Inherits from Dune::GDT::SlopeBase.
-
template<class E, class EigenVectorWrapperType>
class Dune::GDT::McSlope<E, EigenVectorWrapperType> : public SlopeBase<E, EigenVectorWrapperType, 3>¶ Slope limited by the monotonized central (MC) limiter applied in characteristic coordinates.
Method Dune::GDT::McSlope::copy¶
-
template<class E, class EigenVectorWrapperType>
BaseType *Dune::GDT::McSlope<E, EigenVectorWrapperType>::copy() const final override¶ No documentation provided.
Method Dune::GDT::McSlope::get_char¶
-
template<class E, class EigenVectorWrapperType>
VectorType Dune::GDT::McSlope<E, EigenVectorWrapperType>::get_char(const E&, const StencilType &stencil, const EigenVectorWrapperType &eigenvectors, const int dd) const final override¶ No documentation provided.