aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/Kranc.m
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into hydroIan Hinder2011-06-03
|\
| * Add dt variable for use in calculationsErik Schnetter2011-05-27
| | | | | | | | This adds to the dx, dy, dz that are already available.
| * Add support for a Jacobian to be applied to all derivativesIan Hinder2011-05-20
| |
| * Improved common subexpression elimination support.Barry Wardell2011-03-16
| |
| * Rewrite vectorisation infrastructure:Erik Schnetter2010-12-06
| | | | | | | | | | | | | | | | Use "k" prefix more consistently in arithmetic macros. Improve vector code generation patterns. Move all vectorisation run-time out of Kranc and into a new thorn LSUThorns/Vectors, so that non-Kranc thorns can also use it.
| * Implement vectorisationIan Hinder2010-11-23
| | | | | | | | This is Erik's vectorisation working tree from 13-Oct-2010
* | Temporary commitIan Hinder2011-06-03
| |
* | Kranc.m: Add symbols in Kranc context for conservation calculationsIan Hinder2010-10-01
| |
* | Add calculation option ApplyBCsIan Hinder2010-09-29
|/ | | This option forces Kranc to put the calculation in a group and select and schedule boundary conditions directly after the calculation is called.
* Revert "Revert "Merge branch 'master' of github.com:ianhinder/Kranc""Roland Haas2010-05-06
| | | | | | | | | | | Merge was correct after all. This reverts commit 04dfdcd32eec91978ba050a472aae2a6e7091c05. Conflicts: Tools/CodeGen/CalculationFunction.m Tools/CodeGen/Thorn.m
* Revert "Merge branch 'master' of github.com:ianhinder/Kranc"Erik Schnetter2010-05-02
| | | | | This reverts commit 815307e624fdb8c0ee2eefc644c9bbd8244ad7f2, reversing changes made to 8e006230f24be02831d390eaad9b90b7a7c77d2c.
* Replace sym context with Kranc context in Kranc.m. Also move interface ↵Ian Hinder2010-04-03
functions into Interface.m.