aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/CalculationFunction.m
Commit message (Expand)AuthorAge
...
* | Add support for vectorisation of generated code.Ian Hinder2010-11-23
|/
* Revert "Revert "Merge branch 'master' of github.com:ianhinder/Kranc""Roland Haas2010-05-06
* Revert "Add support for vectorisation of generated code."Erik Schnetter2010-05-03
* Revert "Merge branch 'master' of github.com:ianhinder/Kranc"Erik Schnetter2010-05-02
* Merge branch 'master' of github.com:ianhinder/KrancErik Schnetter2010-05-02
|\
| * Replace sym context with Kranc context in Kranc.m. Also move interface funct...Ian Hinder2010-04-03
| * allow arbitray expressions for conditionsRoland Haas2010-03-23
* | Add support for vectorisation of generated code.Erik Schnetter2010-05-02
|/
* CalculationFunction.m: Tidied up formatting of MMA fileIan Hinder2010-03-18
* CalculationFunction.m: Remove more unused codeIan Hinder2010-03-18
* Removed unused code and switched to using KrancGroups in CalculationFunction....Ian Hinder2010-03-17
* CalculationFunction.m: Rearrange source file and remove spaces at ends of linesIan Hinder2010-03-17
* Fix typo in licence at top of every fileIan Hinder2010-03-17
* Remove support for sub-block grid functionsIan Hinder2010-03-17
* Remove support for original finite differencing implementationIan Hinder2010-03-17
* Remove internal support for more than one loop in a calculationIan Hinder2010-03-17
* CalculationFunction.m: Remove ability to sync groups in the source fileIan Hinder2010-03-17
* CalculationFunction.m: Remove unused function calculationUsedGroupsIan Hinder2010-03-17
* CalculationFunction.m: Tidy code formatting, remove commented code.Ian Hinder2010-03-10
* Declare variables only when they are first usedIan Hinder2010-03-10
* Remove const statements where possibleIan Hinder2010-03-08
* Obtain UseLoopControl directly using OptionValueIan Hinder2010-03-02
* Catch assignment to grid functions differentiated in same calculationIan Hinder2010-03-02
* Add option ProhibitAssignmentToGridFunctionsReadIan Hinder2010-03-02
* Start passing all CreateThorn options to lower level functionsIan Hinder2010-03-02
* CalculationFunction.m: Replace Mathematica's line-breaking with our ownIan Hinder2010-03-02
* CalculationFunction.m: Change the way that assignments are converted to stringsIan Hinder2010-03-02
* Dereference pointer correcctly when checking whether to accessErik Schnetter2010-02-13
* Declare and assign to variables at the same time.Erik Schnetter2010-02-13
* Use int instead of CCTK_INT for grid point indices.Erik Schnetter2010-02-13
* Declare dir* variables as integer instead of realErik Schnetter2010-02-13
* Introduce a new grid function iterator InteriorNoSync. This has the same eff...Erik Schnetter2010-01-09
* Provide capability GenericFDErik Schnetter2009-11-13
* Make common subexpression elimination (CSE) optional and disabled by defaultIan Hinder2009-04-28
* CalculationFunction.m: Change PageWidth back to 120Ian Hinder2009-04-28
* Add CSE (Common Subexpression Elimination)Erik Schnetter2009-04-27
* Add semisolons after DECLARE_CCTK_* macrosErik Schnetter2009-04-27
* Add (currently unused) macros and definitions for dealing with vectors of gri...Erik Schnetter2009-04-27
* Use cctk_lssh instead of cctk_lsh when calculating grid function extents. Thi...Erik Schnetter2009-04-27
* Declare function arguments in auto-generated calculation functions as const.Erik Schnetter2009-04-27
* CalculationFunction.m: Add NoSimplify option to calculationsIan Hinder2009-04-22
* Implement functionality to loop over all boundary points, including ghostErik Schnetter2008-02-19
* Made use of LoopControl optional.Ian Hinder2008-02-02
* Erik: added mandatory support for LoopControl.Ian Hinder2008-02-02
* Erik's moving of variable declarations inside the equation loopIan Hinder2008-02-02
* Erik's addition of comments to generated filesIan Hinder2008-02-01
* Added ability to use the boundary normal vector in a calculationianhin2007-03-12
* Added 'AllowedSymbols' key to calculation structures. Allows you to manually...ianhin2007-02-06
* Extra checking on tensorial nature of Shorthands list.ianhin2007-01-23
* Finite differencing expressions optimized by precalculating multiplesianhin2006-11-14