aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen
Commit message (Expand)AuthorAge
* 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
* 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
* Correct errors in handling FD and PD Jacobians: Save and restore the current ...Erik Schnetter2009-04-27
* Use cctk_lssh instead of cctk_lsh when calculating grid function extents. Thi...Erik Schnetter2009-04-27
* Add new calculation specification "ConditionalOnKeywords", which allows a lis...Erik Schnetter2009-04-27
* #include a few more header files into auto-generated C code.Erik Schnetter2009-04-27
* Add new tensor Zero3.Erik Schnetter2009-04-27
* Make "verbose" parameter an integer.Erik Schnetter2009-04-27
* Declare function arguments in auto-generated calculation functions as const.Erik Schnetter2009-04-27
* Differencing.m: Added StandardUpwindDifferenceOperator (Peter Diener)Ian Hinder2009-04-26
* CalculationFunction.m: Add NoSimplify option to calculationsIan Hinder2009-04-22
* Correct memory leak in boundary conditions:Erik Schnetter2008-02-19
* Correct error in combining list of used include filesErik Schnetter2008-02-19
* Make "timelevels" parameter restrictedErik Schnetter2008-02-19
* Implement functionality to loop over all boundary points, including ghostErik Schnetter2008-02-19
* Made use of LoopControl optional.Ian Hinder2008-02-02
* Erik: minor cosmetic changesIan Hinder2008-02-02
* Erik: added mandatory support for LoopControl.Ian Hinder2008-02-02
* Erik: Remove symmetry codeIan Hinder2008-02-02
* Erik: Add triggered groups optionIan Hinder2008-02-02
* Erik: bugfix: Declare variable as localIan Hinder2008-02-02
* Erik: Add ability to specify number of timelevels for evolved variables at ru...Ian Hinder2008-02-02
* Erik's addition of Extended parametersIan Hinder2008-02-02
* Erik's cosmetic changes and small amount of debugging code in KrancThorn.mIan Hinder2008-02-02
* Erik's cosmetic changes to Thorn.mIan 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
* Erik's addition of () around macro argumentIan Hinder2008-02-01
* Erik's addition of more debugging codeIan Hinder2008-02-01
* Erik's fix of optimizer bug - should not have affected anythingIan Hinder2008-02-01
* Erik's addition of a comment before declaring derivativesIan Hinder2008-02-01
* Erik's cosmetic changesIan Hinder2008-02-01
* Erik's rename of the boundaries source fileIan Hinder2008-01-30
* Erik's additional documentation for DefineConnectionIan Hinder2008-01-30