Shallow water flow

Solve the one-dimensional shallow water equations:

\[\begin{split}h_t + (hu)_x + (hv)_y & = 0 \\ (hu)_t + (hu^2 + \frac{1}{2}gh^2)_x + (huv)_y & = 0 \\ (hv)_t + (huv)_x + (hv^2 + \frac{1}{2}gh^2)_y & = 0.\end{split}\]

Here h is the depth, (u,v) is the velocity, and g is the gravitational constant.

System Message: WARNING/2 (/Users/rjl/git/clawpack/doc/doc/pyclaw/gallery/shallow_water_shocktube.rst, line 5)

Include file u’/Users/rjl/git/clawpack/pyclaw/examples/shallow_1d/shallow_water_shocktube.py’ not found or reading it failed