Function to compute the Riemann flux at the interface.
#include <array>#include <cmath>Go to the source code of this file.
| Classes | |
| struct | Dumux::ShallowWater::RiemannSolution< Scalar > | 
| Namespaces | |
| namespace | Dumux | 
| namespace | Dumux::ShallowWater | 
| Functions | |
| template<class Scalar> | |
| RiemannSolution< Scalar > | Dumux::ShallowWater::exactRiemann (const Scalar dl, const Scalar dr, const Scalar ul, const Scalar ur, const Scalar vl, const Scalar vr, const Scalar grav, const Scalar s=0.0) | 
| Exact Riemann solver for the shallow water equations. | |