aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAge
* CalculationFunction.m: Don't factor out repeated conditionals if the conditio...Ian Hinder2013-07-17
* Merge pull request #92 from ianhinder/Mathematica9Barry Wardell2013-05-28
|\
| * Rename symbols which conflict with Mathematica 9.Barry Wardell2012-12-19
* | New function AddGroupTag. Use it to set Prolongation=None for RHS variables.Erik Schnetter2013-04-04
* | Annotate grid functions in calculations with the regions that they read and w...Erik Schnetter2013-04-04
* | Remove superfluous Join[] callsErik Schnetter2013-04-04
* | Correct loop bounds (once more)Erik Schnetter2013-01-20
* | Correct variables names for loop boundsErik Schnetter2013-01-19
* | Do not generate integer constantsErik Schnetter2013-01-16
* | Use CCTK_ macros instead of LC_ macros for loopingErik Schnetter2013-01-16
* | Handle merge conflictErik Schnetter2013-01-16
* | Remove some const declarations; these lead to compiler errors with IBM's comp...Erik Schnetter2013-01-16
|/
* Don't remove parenthesis in ParamCheck.Barry Wardell2012-12-11
* Support Or and And with more than two arguments in ParamCheck.Barry Wardell2012-12-11
* Remove unused code.Barry Wardell2012-12-11
* Add missing local variable declaration.Barry Wardell2012-12-11
* Correct ParamCheck function name.Barry Wardell2012-12-11
* Expand dummy indices in a particular order to reduce code sizeErik Schnetter2012-12-10
* Determine READS groups/variables more accuratelyErik Schnetter2012-12-10
* Compare Cactus group names case-independentlyErik Schnetter2012-12-10
* Add TODO ideaErik Schnetter2012-12-10
* Expand Pi and E to their numerical valuesErik Schnetter2012-12-10
* Correct translating Max and Min to CErik Schnetter2012-11-24
* Thorn.m: Eliminate some code in the case that no symmetries need to be regist...Ian Hinder2012-11-21
* Schedule.m: Add commentIan Hinder2012-11-21
* 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
* | KrancThorn.m: Ensure that conservation calculations have required entriesIan Hinder2012-11-14
* | Calculation.m: Provide a default for UseCaKernel in GetCalculationScheduleNameIan 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
* Correct _Ratio pattern to _RationalErik Schnetter2012-10-25
* Don't convert small integers to reals during code generationErik Schnetter2012-09-13
* Optimise product of sqrt() callsErik Schnetter2012-09-13
* Handle Piecewise[] in code generationErik Schnetter2012-09-08
* Handle Piecewise[] during CSEErik Schnetter2012-09-08
* 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