clawpack / riemann_book

An interactive book about the Riemann problem for hyperbolic PDEs, using Jupyter notebooks.
BSD 3-Clause "New" or "Revised" License
266 stars 96 forks source link

Use MC limiter instead of minmod for PyClaw runs. #179

Closed ketch closed 5 years ago

ketch commented 5 years ago

As discussed in https://github.com/clawpack/riemann_book/pull/171. This switches to the MC limiter for both problems (Sod and WC). This reduces the smearing from the limiter and highlights better the differences between the Roe and HLL solutions.