29 const VectorValue<T> *,
30 const VectorValue<T> *,
31 const RealVectorValue &,
35 const bool &)
const override final
39 bool constant() const override final {
return true; }
This data structure is used to store geometric and variable related metadata about each cell face in ...
Base class for defining slope limiters for finite volume or potentially reconstructed Discontinuous-G...
Implements a limiter which reproduces the upwind scheme, defined by $\beta(r_f) = 0$.
T limit(const T &, const T &, const VectorValue< T > *, const VectorValue< T > *, const RealVectorValue &, const Real &, const Real &, const FaceInfo *, const bool &) const override final
bool constant() const override final
InterpMethod interpMethod() const override final
InterpMethod
This codifies a set of available ways to interpolate with elem+neighbor solution information to calcu...
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...