aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Add commented out code for helping accessing grid functions near boundaries: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
* Add new pseudo-function IfThen.Erik Schnetter2009-04-27
* Declare function arguments in auto-generated calculation functions as const.Erik Schnetter2009-04-27
* Add IfThen pseudo-function, which expands to ?: in C.Erik Schnetter2009-04-27
* Use MultiPatch_* functions to determine whether a boundary is an outer boundary.Erik Schnetter2009-04-27
* Differencing.m: Added StandardUpwindDifferenceOperator (Peter Diener)Ian Hinder2009-04-26
* .gitignore: Add LaTeX-generated filesIan Hinder2009-04-26
* GenericFD: Define UnitStep functionIan Hinder2009-04-26
* CalculationFunction.m: Add NoSimplify option to calculationsIan Hinder2009-04-22
* Determine correctly which faces are outer boundaries and whichErik Schnetter2008-02-19
* 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
* Added .gitignore fileIan 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
* Erik's tidy-upsIan Hinder2008-01-30
* Erik's removal of extra parenthesesIan Hinder2008-01-30
* Erik's formatting changesIan Hinder2008-01-30
* Corrected bug in optimization of finite differencing stencils.ianhin2007-11-16