Go to the source code of this file.
Classes | |
| struct | Moose::FV::LimiterValueType< Real > |
| struct | Moose::FV::LimiterValueType< ADReal > |
| struct | Moose::FV::LimiterValueType< T, typename std::enable_if< HasMemberType_value_type< T >::value >::type > |
| class | Moose::FV::Limiter< T > |
| Base class for defining slope limiters for finite volume or potentially reconstructed Discontinuous-Galerkin applications. More... | |
Namespaces | |
| namespace | 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. | |
| namespace | Moose::FV |
Enumerations | |
| enum class | Moose::FV::LimiterType : int { Moose::FV::VanLeer = 0 , Moose::FV::Upwind , Moose::FV::CentralDifference , Moose::FV::MinMod , Moose::FV::SOU , Moose::FV::QUICK , Moose::FV::Venkatakrishnan } |
Functions | |
| LimiterType | Moose::FV::limiterType (InterpMethod interp_method) |
| Return the limiter type associated with the supplied interpolation method. | |
Variables | |
| const MooseEnum | Moose::FV::moose_limiter_type |