aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/Thorn.m
Commit message (Expand)AuthorAge
* Thorn.m: Print message on successful thorn creationIan Hinder2011-09-24
* Tidy up grid indexing using CCTK_LSSH macroErik Schnetter2011-05-27
* Make multiplication by Jacobian selectable at run-timeIan Hinder2011-05-25
* Improved common subexpression elimination support.Barry Wardell2011-03-16
* Revert use of boundary_width parameterIan Hinder2011-01-22
* Only vectorise FD variables and macros when UseVectors is setIan Hinder2011-01-22
* Use ptrdiff_t instead of int for indices; this avoids many 32-to-64-bit conve...Erik Schnetter2010-12-23
* Use C++ for all source files.Erik Schnetter2010-12-06
* Merge master into vectorIan Hinder2010-12-06
|\
| * Check group storageIan Hinder2010-12-01
* | Rewrite vectorisation infrastructure:Erik Schnetter2010-12-06
* | Implement vectorisationIan Hinder2010-11-23
* | Add support for vectorisation of generated code.Ian Hinder2010-11-23
|/
* Add automatic scheduling of calculations in MoL_PseudoEvolutionIan Hinder2010-06-22
* use integers in tags if number is a integerRoland Haas2010-05-06
* 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
|\
| * Remove CreateSetterSourceWrapper and call CreateSetterSource directlyIan Hinder2010-04-03
| * Replace sym context with Kranc context in Kranc.m. Also move interface funct...Ian Hinder2010-04-03
| * add options for steerability of paramtersRoland Haas2010-03-23
* | Add support for vectorisation of generated code.Erik Schnetter2010-05-02
|/
* Fix typo in licence at top of every fileIan Hinder2010-03-17
* Obtain UseLoopControl directly using OptionValueIan Hinder2010-03-02
* Start passing all CreateThorn options to lower level functionsIan Hinder2010-03-02
* Provide capability GenericFDErik Schnetter2009-11-13
* Make common subexpression elimination (CSE) optional and disabled by defaultIan Hinder2009-04-28
* 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
* Correct memory leak in boundary conditions:Erik Schnetter2008-02-19
* Made use of LoopControl optional.Ian Hinder2008-02-02
* Erik: added mandatory support for LoopControl.Ian Hinder2008-02-02
* Erik: Remove symmetry codeIan Hinder2008-02-02
* Erik: Add ability to specify number of timelevels for evolved variables at ru...Ian Hinder2008-02-02
* Erik's cosmetic changes to Thorn.mIan Hinder2008-02-02
* Include system files using <> instead of "" (Erik's suggestion)ianhin2006-09-07
* Use CForm on CCTK_REAL values in parameters. This allows exponentialianhin2006-06-19
* Changed several scheduled functions to return void at Erik'sianhin2006-05-16
* fixed a bug that created inconsistent code for standard boundary conditionsshusa2006-03-14
* fix stupid typo, will not change outputshusa2006-03-14
* actually call CartSymGN to a activate symmetry boundary conditions.shusa2006-03-06
* Added option to specify reflection symmetries higher up. Addedianhin2006-02-23
* Added missing ThornImplementation from Sym contextianhin2006-01-31
* Removed inclusion of precomputations.h as it is never used. Madeianhin2006-01-13
* add interface to 'provide' functions, added multipatch stuff (not yet complete)shusa2005-03-23
* Use aliased functions for excision.schnetter2005-03-18
* correct bug in SafeDelete and move to Helpers.m, move ensureDirectory toshusa2005-02-02
* Correct syntax error in Fortran templateschnetter2005-01-27