Function to limit the fluxes. More...
#include <algorithm>
#include <cmath>
Go to the source code of this file.
Function to limit the fluxes.
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
namespace | Dumux::ShallowWater |
Functions | |
template<class Scalar > | |
static Scalar | Dumux::ShallowWater::fluxLimiterLET (const Scalar valueLeft, const Scalar valueRight, const Scalar upperH, const Scalar lowerH) |
Flux limiter function to scale fluxes for small water depths. More... | |