aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * 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.
| * | Thorn.m: Correct comment in symmetry code and add validation check to input ↵Ian Hinder2010-10-01
| | | | | | | | | | | | of SymmetriesBlock
| * | CalculationFunction.m: Export the calculationSymbols functionIan Hinder2010-10-01
| | |
| * | ConservationCalculation.m: Add new package for creating code for solving ↵Ian Hinder2010-10-01
| | | | | | | | | | | | | | | | | | systems of conservation laws using finite volume methods Work-in-progress - doesn't generate all the required calculations yet
| * | Euler.m: Add van Leer slope limiterIan Hinder2010-09-30
| | |
| * | MathematicaCompat.h: Add Min3 and VanLeer macrosIan 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
| | |
| * | MathematicaCompat.h: Add MinMod functionIan Hinder2010-09-30
| | |
| * | Burgers.m: Correct sign errors, fix minmod and add commentsIan Hinder2010-09-29
| | |