aboutsummaryrefslogtreecommitdiff
path: root/m/McLachlan_ADM.m
Commit message (Collapse)AuthorAge
* Remove TriggerGroups declarationErik Schnetter2012-08-17
|
* Don't replace Pi by its numeric equivalent -- Kranc does this alreadyErik Schnetter2012-01-02
|
* McLachlan_ADM.m: Fix index errors in constraint computationIan Hinder2011-11-20
|
* Use kranc script instead of calling Mathematica directlyIan Hinder2011-09-24
| | | This allows use of better error handling provided by Kranc
* Use new fdOrder mechanism in ADM thornErik Schnetter2011-09-23
|
* McLachlan_ADM.m: Add explicit "*" to quiet warningIan Hinder2011-06-29
|
* Use new Jacobian mechanism for all thornsErik Schnetter2011-06-23
|
* Rename tensor indicesIan Hinder2011-06-13
| | | | | | Tensor indices with numbers are not supported any more in Kranc; rename them to use letters instead. (originally by Erik Schnetter)
* Revert "Rename tensor indices"Ian Hinder2011-06-13
| | | | This reverts commit a8b69dc06e565427bc96d16c443bb4b3392c4365.
* Rename tensor indicesErik Schnetter2011-06-12
| | | | | Tensor indices with numbers are not supported any more in Kranc; rename them to use letters instead.
* Update path to KrancErik Schnetter2010-08-04
|
* Use relative instead of absolute path names pointing to KrancErik Schnetter2010-02-13
|
* Merge branch 'master' of ↵Erik Schnetter2009-04-27
|\ | | | | | | | | | | | | | | ssh://relativity.phys.lsu.edu/home/perturbed/gitroot/McLachlan Conflicts: m/Makefile m/McLachlan_BSSN.m
| * Update auto generated files.Peter Diener2009-04-27
| | | | | | | | Signed-off-by: Peter Diener <diener@linux-hn3d.site>
* | Add semicolons to prevent outputErik Schnetter2009-04-27
|/
* Update path to Kranc installationErik Schnetter2008-05-05
|
* Create several specialised thorns: ML_ADM and ML_BSSN as standard cases,Erik Schnetter2008-04-02
ML_BSSN_MP for multi-patch simulations, and ML_BSSN_M for AMR simulations with matter. Add helper thorns for all BSSN thorns. Helper thorns are required at run time, e.g. to register gauge conditions. Split ADM and BSSN equations into their own source files.