aboutsummaryrefslogtreecommitdiff
path: root/Examples/Euler.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.
* Euler.m: Add van Leer slope limiterIan Hinder2010-09-30
|
* Euler.m: Fix to use reconstructed EnIan Hinder2010-09-30
|
* Euler.m: Replace standard finite differencing with conservative method ↵Ian Hinder2010-09-30
| | | | (minmod and HLLE)
* Euler.m: Add shock tube initial dataIan Hinder2010-09-29
|
* Euler.m: Schedule RHS calculation only in the interior of the gridIan Hinder2010-09-28
|
* Separate out Euler equation calculations in preparation for hydro and fix ↵Ian Hinder2010-09-28
| | | | scheduling
* Add Euler equation (very preliminary)Ian Hinder2010-09-27