aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAge
* Calculation.m: Apply a Union in AllGridFunctionsIan Hinder2012-01-24
|
* Calculation.m: Make GetEquations externally visibleIan Hinder2012-01-24
|
* Schedule.m: Name the calculation according to CaKernel conventionIan Hinder2012-01-24
|
* Add the CaKernel "auto-generated" epilogue to schedule.ccl and make.code.defnIan Hinder2012-01-24
|
* CaKernel.m: Formatting changeIan Hinder2012-01-24
|
* CaKernel.m: Fix whitespaceIan Hinder2012-01-23
|
* Create an outline of a CaKernel code fileIan Hinder2012-01-23
|
* Calculation.m: Add GetCalculationNameIan Hinder2012-01-23
|
* Generate basic cakernel.ccl fileIan Hinder2012-01-23
|
* Calculation.m: New file for providing an abstraction over calculationsIan Hinder2012-01-23
| | | | Eventually, we want all access to calculations to be through this file.
* CodeGenCactus.m: Add CCLBlock functionIan Hinder2012-01-23
|
* Thorn.m: Eliminate duplicate reflection symmetry entriesIan Hinder2012-01-23
| | | These can appear when using tensors with index symmetries.
* KrancThorn.m: Don't generate certain code unless we have ↵Ian Hinder2012-01-23
| | | | ConservationCalculations defined
* Thorn.m: Fix merge errorIan Hinder2012-01-22
|
* Merge branch 'hydro'Ian Hinder2012-01-22
|\ | | | | | | | | | | | | | | | | | | Conflicts: Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/MathematicaCompat.h Examples/kranc.th Tools/CodeGen/Kranc.m Tools/CodeGen/KrancTensor.m Tools/CodeGen/Schedule.m Tools/CodeGen/Thorn.m
| * ConservationCalculation.m: Fix schedule dependencyIan Hinder2011-12-15
| |
| * Thorn.m: Update timestamp on generated thorn directoryIan Hinder2011-12-15
| | | | | | This helps when using the thorn directory as a target in a Makefile
| * KrancTensor.m: Remove debugging codeIan Hinder2011-12-15
| |
| * ConservationCalculation.m: Handle case where Shorthands is not specifiedIan Hinder2011-12-15
| |
| * 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
| |
| * Merge remote-tracking branch 'origin/master' into hydroIan Hinder2011-06-03
| |\
| * | Temporary commitIan Hinder2011-06-03
| | |
| * | 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
| | |
| * | 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
| | |
| * | 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
| * | Add calculation option ApplyBCsIan Hinder2010-09-29
| | | | | | | | | This option forces Kranc to put the calculation in a group and select and schedule boundary conditions directly after the calculation is called.
| * | Differencing.m: Make FD operator pattern more genericIan Hinder2010-09-29
| | | | | | | | | Previously it required a grid spacing to be present; now it does not