aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen
Commit message (Expand)AuthorAge
* Revert "Merge branch 'master' of github.com:ianhinder/Kranc"Erik Schnetter2010-05-02
* Merge branch 'master' of github.com:ianhinder/KrancErik Schnetter2010-05-02
|\
| * Remove CreateSetterSourceWrapper and call CreateSetterSource directlyIan Hinder2010-04-03
| * Interface.m: Remove duplicate Kranc` context on BeginPackage lineIan Hinder2010-04-03
| * Replace sym context with Kranc context in Kranc.m. Also move interface funct...Ian Hinder2010-04-03
| * KrancThorn.m: Remove useless wrapper for creating configuration fileIan Hinder2010-04-03
| * Move schedule generation from KrancThorn.m to Schedule.mIan Hinder2010-04-03
| * Move parameter file generation from KrancThorn.m to Param.mIan Hinder2010-04-03
| * KrancThorn.m: Split into sectionsIan Hinder2010-04-03
| * allow arbitray expressions for conditionsRoland Haas2010-03-23
| * add options for steerability of paramtersRoland Haas2010-03-23
* | Add support for vectorisation of generated code.Erik Schnetter2010-05-02
|/
* Introduce a new tensor type "DDD_sym", corresponding to the symmetryErik Schnetter2010-03-18
* 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
* Remove obsolete packagesIan 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
* Obtain EvolutionTimelevels directly using OptionValueIan Hinder2010-03-02
* Tidy up formatting and remove commented code in KrancThorn.mIan Hinder2010-03-02
* Use Mathematica OptionValue mechanism to access options in CreateThornIan 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
* TensorTools.m: Make toggleIndex externally visibleIan 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 explicit offsets di, dj, dk to evaluate the stencilsErik 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 new Kranc argument DefaultEvolutionTimelevels, defaulting to the va...Erik 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
* Convert index expressions explicitly to int for stencils that depend on local...Erik Schnetter2009-04-28
* Add debug statements to CSE routineErik Schnetter2009-04-28
* Make common subexpression elimination (CSE) optional and disabled by defaultIan Hinder2009-04-28
* CalculationFunction.m: Change PageWidth back to 120Ian Hinder2009-04-28
* Declare DeclareVariablesInLoopVectorised and AssignVariablesInLoopVectorised.Erik Schnetter2009-04-27