aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Tidy up argument passing for calculation and source file generationIan Hinder2012-01-24
|
* MapLookup.m: Use DefFn for lookupIan Hinder2012-01-24
|
* Regenerate SimpleWaveCaKernelIan Hinder2012-01-24
|
* SimpleWaveCaKernel.m: Set initial data to zero for testingIan Hinder2012-01-24
|
* CaKernel.m: Simplify macros in code file and implement rudimentary ↵Ian Hinder2012-01-24
| | | | equation-generation
* Thorn.m: Correct typoIan Hinder2012-01-24
|
* 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
|
* SimpleWaveCaKernel.m: Add new example script for CaKernelIan Hinder2012-01-24
|
* Add SimpleWaveCaKernel generated codeIan Hinder2012-01-23
|
* 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
|
* kranc.th: Add CaKernel thornsIan Hinder2012-01-23
|
* Add Laplace equation exampleIan 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
* kranc.th: Remove duplicated Vectors thornIan Hinder2012-01-23
|
* Regenerate examples (except Advect)Ian Hinder2012-01-23
| | | Advect doesn't work at the moment due to a problem with TensorTools.
* Thorn.m: Fix merge errorIan Hinder2012-01-22
|
* kranc.th: Add SimpleWaveODE and Laplace to thornlistIan Hinder2012-01-22
|
* SimpleWaveODE.m: Compute RHS only on interiorIan Hinder2012-01-22
|
* Laplace.m: Compute RHS only on interior of gridIan Hinder2012-01-22
| | | | Using a difference operator means this is necessary.
* Laplace.m: Disable enhanced TimesIan Hinder2012-01-22
| | | | Using enhanced times is safer but much slower
* 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
| * Regenerate EulerSRIan Hinder2011-12-19
| |
| * 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
| |
| * ConservationCalculation.m: Fix schedule dependencyIan Hinder2011-12-15
| |
| * 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.
| * Thorn.m: Update timestamp on generated thorn directoryIan Hinder2011-12-15
| | | | | | This helps when using the thorn directory as a target in a Makefile
| * 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
| |