aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Change format of internal data structure for group storageIan Hinder2012-11-21
* Rename internal MaxTimelevels as TimelevelsParameterIan Hinder2012-11-21
* Thorn.m: Remove unused params argument from groupStorage functionIan Hinder2012-11-21
* Schedule.m: Replace <type>GroupStruct functions with storageStructure functionIan Hinder2012-11-21
* Schedule.m: Remove unused maxtimelevels argumentIan Hinder2012-11-21
* Schedule.m: Reformat some codeIan Hinder2012-11-21
* Use CCTK_ATTRIBUTE_UNUSED to mark declared variables as unusedIan Hinder2012-11-19
* Merge branch 'master' of git://github.com/ianhinder/KrancIan Hinder2012-11-14
|\
| * Optimise vector division by a scalarErik Schnetter2012-11-14
* | kranc.th: Update thornlistIan Hinder2012-11-14
* | MathematicaCompat.h: Reinstate Min3 definitionIan Hinder2012-11-14
* | Change directory structure for WaveHost and WaveCaKernel testsIan Hinder2012-11-14
* | Add generated code for SimpleWaveODE exampleIan Hinder2012-11-14
* | Regenerate examplesIan Hinder2012-11-14
* | KrancThorn.m: Ensure that conservation calculations have required entriesIan Hinder2012-11-14
* | Calculation.m: Provide a default for UseCaKernel in GetCalculationScheduleNameIan Hinder2012-11-14
* | EM-xTensor.m: Improve code which loads the Metrics packageIan Hinder2012-11-14
* | Regenerate Advect exampleIan Hinder2012-11-14
* | KrancTensor.m: Declare all derivative operators to TensorToolsIan Hinder2012-11-14
* | TensorTools.m: Expand contractions in all derivative operatorsIan Hinder2012-11-14
* | TensorTools.m: Add a registration interface for derivative operatorsIan Hinder2012-11-14
* | Add ParameterConditions option for CreateThornIan Hinder2012-11-14
|/
* TensorTools.m: Expand contractions within partial derivativesIan Hinder2012-11-14
* TestTensorTools.m: Correct expected result for PD[u[ua],la] testIan Hinder2012-11-14
* TestTensorTools.m: Improve output formattingIan Hinder2012-11-14
* Remove TestTensorTools.nbIan Hinder2012-11-14
* TestTensorTools.m: Improve report of tests passed and failedIan Hinder2012-11-14
* TestTensorTools.m: Add robustness and scriptability functionsIan Hinder2012-11-14
* TestTensorTools.m: Fix remaining tests - 1 failsIan Hinder2012-11-14
* TestTensorTools.m: Re-enable and fix most testsIan Hinder2012-11-14
* TestTensorTools.m: Improve formatting of outputIan Hinder2012-11-14
* TestTensorTools.m: Make test work as a script, disable some testsIan Hinder2012-11-14
* Add TestTensorTools.m (script version of TestTensorTools.nb)Ian Hinder2012-11-14
* Correct _Ratio pattern to _RationalErik Schnetter2012-10-25
* Expect isnan in std:: namespace in C++Erik Schnetter2012-10-22
* Declare private functions as staticErik Schnetter2012-09-25
* Don't convert small integers to reals during code generationErik Schnetter2012-09-13
* Optimise product of sqrt() callsErik Schnetter2012-09-13
* Make signbit() call compile with IBM C++ compilersErik Schnetter2012-09-13
* Handle Piecewise[] in code generationErik Schnetter2012-09-08
* Handle Piecewise[] during CSEErik Schnetter2012-09-08
* Use <cmath> instead of <math.h> to access signbit()Erik Schnetter2012-09-04
* Reinstate dir[] naming work-around; translate Sign[] to isgn()Erik Schnetter2012-08-16
* Don't declare dir* variables with ptrdiff_t (use CCTK_REAL instead)Erik Schnetter2012-08-12
* TensorTools.m: Remove components generated by symmetries of antisymmetric ten...Ian Hinder2012-08-11
* Add ksgn, so that calls to Sign can be vectorisedErik Schnetter2012-08-10
* Delay converting integers to realsErik Schnetter2012-08-10
* Handle Sign function while vectorisingErik Schnetter2012-07-25
* Don't generate large integers; convert them to CCTK_REAL insteadErik Schnetter2012-07-25
* Correct indentation in GenericFD.hErik Schnetter2012-07-25