aboutsummaryrefslogtreecommitdiff
path: root/Examples
Commit message (Collapse)AuthorAge
...
| * Add EulerSR testIan Hinder2011-12-19
| |
| * Remove output for intermediate quantities in eulersr_shockIan Hinder2011-12-19
| | | | | | This output is only valid for the last direction (i.e. the z direction)
| * Remove EulerSR diagonal shock parameter fileIan Hinder2011-12-19
| |
| * EulerSR.m: Revert to 1D shock initial dataIan Hinder2011-12-19
| |
| * Regenerate examplesIan Hinder2011-12-16
| |
| * Add Examples/tests/EulerAuto/eulerauto_shock_1d test suiteIan Hinder2011-12-16
| |
| * Makefile: Add test symlink to generated example thorns after building themIan Hinder2011-12-16
| |
| * Regenerate examplesIan Hinder2011-12-16
| |
| * kranc.th: Re-enable all hydro thornsIan Hinder2011-12-15
| |
| * kranc.th: Add Vectors thorn needed by latest CarpetIan Hinder2011-12-15
| |
| * Regenerate hydro examplesIan Hinder2011-12-15
| |
| * 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.
| * Add README file for the examplesIan Hinder2011-12-15
| |
| * EulerAuto example: Add generated thornIan Hinder2011-12-15
| |
| * Euler example: Add generated thornIan Hinder2011-12-15
| |
| * Burgers example: Add generated thornIan Hinder2011-12-15
| |
| * Advect example: Add generated thornIan Hinder2011-12-15
| |
| * Wave example: Add generated thornIan Hinder2011-12-15
| |
| * SimpleWave example: Add generated thornIan Hinder2011-12-15
| |
| * EulerSR example: Add generated thornIan Hinder2011-12-15
| |
| * EM example: Add generated thornIan Hinder2011-12-15
| |
| * Add Makefile for examplesIan Hinder2011-12-15
| |
| * Burgers.m: Remove debugging codeIan Hinder2011-12-15
| |
| * EulerSR.m: Restore fixed-iteration-count primitive calculationIan Hinder2011-12-15
| | | | | | The implementation based on IfThen has several problems, and for some reason was only being run once.
| * Add missing Primitives entry to EulerAuto.mIan Hinder2011-12-15
| |
| * Add several parameter filesIan Hinder2011-06-28
| |
| * EulerSR.m: Change initial data to 2D shock tubeIan Hinder2011-06-04
| |
| * Merge remote-tracking branch 'origin/master' into hydroIan Hinder2011-06-03
| |\
| * | Temporary commitIan Hinder2011-06-03
| | |
| * | Add special relativistic Euler code and parameter fileIan Hinder2011-06-03
| | |
| * | EulerAuto.m: Tidy up and remove unnecessary codeIan Hinder2010-10-01
| | |
| * | EulerAuto.m: Add equations for converting between primitive and conserved ↵Ian Hinder2010-10-01
| | | | | | | | | | | | variables
| * | Examples/advect_shock.par: Add example parameter file with a shock-tube test ↵Ian Hinder2010-10-01
| | | | | | | | | | | | for the advection equation
| * | kranc.th: Add EulerAuto exampleIan Hinder2010-10-01
| | |
| * | EulerAuto.m: Add script to generate Euler equation automatically using new ↵Ian Hinder2010-10-01
| | | | | | | | | | | | internal Kranc code for conservation laws
| * | euler_shock.par: Change alpha from 1 to 3Ian Hinder2010-10-01
| | |
| * | Euler.m: Add van Leer slope limiterIan Hinder2010-09-30
| | |
| * | Euler.m: Fix to use reconstructed EnIan Hinder2010-09-30
| | |
| * | Examples: Add hydro parameter filesIan Hinder2010-09-30
| | |
| * | Euler.m: Replace standard finite differencing with conservative method ↵Ian Hinder2010-09-30
| | | | | | | | | | | | (minmod and HLLE)
| * | kranc.th: Use KrancHydroNumericalTools to pick up the right branchIan Hinder2010-09-30
| | |
| * | 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
| | |
| * | kranc.th: Add Advect and BurgersIan Hinder2010-09-29
| | |
| * | Burgers.m: Add Burger's equation with minmod reconstruction and HLLE Riemann ↵Ian Hinder2010-09-29
| | | | | | | | | | | | solver
| * | Advect.m: Add advection equationIan Hinder2010-09-29
| | |
| * | 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
| | |
| * | kranc.th: Add dissipation thorn and include only Euler exampleIan Hinder2010-09-28
| | |
| * | euler_test.par: Add dissipation and some ID parametersIan Hinder2010-09-28
| | |