https://mooseframework.inl.gov
Namespaces | Functions
Limiter.C File Reference

Go to the source code of this file.

Namespaces

 Moose
 MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found.
 
 Moose::FV
 

Functions

const MooseEnum Moose::FV::moose_limiter_type ("vanLeer=0 upwind=1 central_difference=2 min_mod=3 sou=4 quick=5 venkatakrishnan=6", "upwind")
 
LimiterType Moose::FV::limiterType (InterpMethod interp_method)
 Return the limiter type associated with the supplied interpolation method. More...