aboutsummaryrefslogtreecommitdiff
path: root/Examples/Burgers.m
Commit message (Collapse)AuthorAge
* Change UnitStep to StepFunction in older hydro examplesIan Hinder2011-12-15
| | | UnitStep is converted to Piecewise in Mathematica 8, so we use our own StepFunction instead.
* Burgers.m: Remove debugging codeIan Hinder2011-12-15
|
* Burgers.m: Correct sign errors, fix minmod and add commentsIan Hinder2010-09-29
|
* Burgers.m: Fix to use the correct uR in HLLEIan Hinder2010-09-29
|
* Burgers.m: Add Burger's equation with minmod reconstruction and HLLE Riemann ↵Ian Hinder2010-09-29
solver