aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Advect example: Add generated thornIan Hinder2011-12-15
| |
| * .gitignore: Remove generated examples from ignore listIan 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.
| * KrancTensor.m: Remove debugging codeIan Hinder2011-12-15
| |
| * ConservationCalculation.m: Handle case where Shorthands is not specifiedIan Hinder2011-12-15
| |
| * Add missing Primitives entry to EulerAuto.mIan Hinder2011-12-15
| |
| * Add several parameter filesIan Hinder2011-06-28
| |
| * KrancTensor.m: Weirdness with packagesIan Hinder2011-06-04
| |
| * KrancTensor.m: Fix messed up mergeIan Hinder2011-06-04
| |
| * KrancThorn.m: Fix messed up mergeIan Hinder2011-06-04
| |
| * Differencing.m: Add missing vectorise optionIan Hinder2011-06-04
| |
| * ConservationCalculation.m: Fix scheduling in multi-D caseIan Hinder2011-06-04
| |
| * MathematicaCompat.h: Fix merge errorIan Hinder2011-06-04
| |
| * 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
| | |
| * | ConservationCalculation.m: Switch to van Leer slope limiter by defaultIan Hinder2010-10-01
| | |
| * | ConservationCalculation.m: Fix a couple of serious bugsIan Hinder2010-10-01
| | |
| * | ConservationCalculation.m: Create calculation to compute the conserved L and ↵Ian Hinder2010-10-01
| | | | | | | | | | | | R variables after reconstruction of the primitives
| * | ConservationCalculation.m: Remove reconsVars as primitiveVarsIan Hinder2010-10-01
| | |
| * | ConservationCalculation.m: Remove debugging codeIan Hinder2010-10-01
| | |
| * | EulerAuto.m: Add equations for converting between primitive and conserved ↵Ian Hinder2010-10-01
| | | | | | | | | | | | variables
| * | KrancThorn.m: Expand primitive and conserved equationsIan Hinder2010-10-01
| | |
| * | KrancThorn.m: Pass thornName to ProcessConservationCalculationIan Hinder2010-10-01
| | |
| * | ConservationCalculation.m: Add calculations to convert between primitive and ↵Ian Hinder2010-10-01
| | | | | | | | | | | | conserved variables
| * | KrancThorn.m: Remove debugging codeIan Hinder2010-10-01
| | |
| * | KrancThorn.m: Read parameters to use from ConservationCalculationIan Hinder2010-10-01
| | |
| * | ConservationCalculation: Implement HLLE fluxIan Hinder2010-10-01
| | |
| * | ConservationCalculation.m: Remove whitespaceIan Hinder2010-10-01
| | |
| * | ConservationCalculation.m: Remove debugging codeIan Hinder2010-10-01
| | |
| * | CalculationFunction.m: Add function GridFunctionsInExpressionIan Hinder2010-10-01
| | |
| * | ConservationCalculation.m: Generate RHS calculationIan Hinder2010-10-01
| | |
| * | Examples/advect_shock.par: Add example parameter file with a shock-tube test ↵Ian Hinder2010-10-01
| | | | | | | | | | | | for the advection equation
| * | .gitignore: Add EulerAutoIan Hinder2010-10-01
| | |
| * | 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
| | |
| * | .gitignore: Add generated example thornsIan Hinder2010-10-01
| | |
| * | KrancThorn.m: Calls into ConservationCalculation package to generate code ↵Ian Hinder2010-10-01
| | | | | | | | | | | | for solving conservation laws
| * | Kranc.m: Add symbols in Kranc context for conservation calculationsIan Hinder2010-10-01
| | |
| * | Schedule.m: Remove some debugging codeIan Hinder2010-10-01
| | |
| * | Thorn.m: Default to symmetries of a scalar if reflection symmetries have not ↵Ian Hinder2010-10-01
| | | | | | | | | | | | | | | | | | been provided (and print a warning) This is a temporary hack that needs to be fixed later.