Function to limit the fluxes.
#include <algorithm>#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | Dumux |
| 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. | |