aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/CodeGenCactus.m
Commit message (Expand)AuthorAge
...
| * CodeGenCactus.m: Allow general blocks in CCLBlock argumentsIan Hinder2012-01-26
| * CodeGenCactus.m: Add CCLBlock functionIan Hinder2012-01-23
* | Make sure e and pi are vectorised when necessary.Barry Wardell2012-02-04
* | Merge remote-tracking branch 'origin/dgfe'Barry Wardell2012-02-04
|\ \ | |/ |/|
| * Improve formatting of generated codeErik Schnetter2011-12-29
| * Remove support for pown functionErik Schnetter2011-12-29
| * Optimize sqrt(x)*sqrt(y) and similar expressionsErik Schnetter2011-12-19
| * Generate pown(), which exists in OpenCLErik Schnetter2011-12-19
| * Remove commented out codeErik Schnetter2011-12-18
| * Replace almost all functions Sin[x] etc. with their C names sin(x) etc.Erik Schnetter2011-11-29
| * Support provides/requires statements in the schedule.Erik Schnetter2011-11-29
* | use CCTK_LOOP3 for simple loops, make dependency on LoopControl optionalRoland Haas2012-01-10
* | Simplify and clean up vectorisationErik Schnetter2012-01-06
* | Don't vectorise exponent in pow()Erik Schnetter2012-01-02
* | Relax variable checking to allow variables to be expressed as strings instead...Ian Hinder2011-12-20
|/
* Add two-argument ArcTan functionIan Hinder2011-11-19
* Skip factorisation if NoSimplify has been specified for a calculationIan Hinder2011-11-14
* Add ability to evolve ODEs in calculationsHal Finkel2011-11-01
* CodeGenCactus.m: Fix error in non-LoopControl looping function patternIan Hinder2011-10-28
* Make InsertComment externally visibleIan Hinder2011-10-28
* CodeGen*.m: Use DefFn to define functionsIan Hinder2011-10-07
* Split CodeGen.m into CodeGen.m, CodeGenC.m and CodeGenCactus.mIan Hinder2011-10-07