aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM/schedule.ccl
Commit message (Collapse)AuthorAge
* Regenerate code (Kranc commit da423f55aa544d5648c839195ca3407f0763cfa5)Ian Hinder2013-09-12
| | | Reordering of SYNC statements in schedule.ccl for boundary condition routines due to internal cleanup in Kranc.
* Regenerate code (Kranc commit 0b09169bacd7995d28b56a574bd060ebb243ca6f)Ian Hinder2013-09-12
| | | Change of ordering in storage statements in schedule.ccl due to internal cleanup in Kranc.
* Regenerate McLachlan (Kranc commit caf12ddfb11ccd9a7bf822cc8ec0d7691cded0aa)Ian Hinder2013-09-05
|
* Regenerate code (Kranc commit 519f2cd182c4828e74429e883139fbb8b1a11d3c)Ian Hinder2013-04-15
|
* Regenerate thorns which were missed in 45bcf7046474c39dc6fb7c3e7729cdd1143a70fe.Barry Wardell2012-12-18
|
* Regenerate codeErik Schnetter2012-10-25
|
* Regenerate code, removing the *_O* and *_MP thornsErik Schnetter2012-05-02
|
* Regenerate thorns.Barry Wardell2012-04-27
|
* Regenerate codeErik Schnetter2012-01-02
|
* Update auto-generated code as generated by the current version of KrancErik Schnetter2011-04-03
|
* Re-generate codeErik Schnetter2011-01-03
|
* Regenerate codeErik Schnetter2010-10-11
|
* Allow 4 RHS time levels.Erik Schnetter2009-11-14
| | | | Re-generate code.
* Add new RHS boundary condition NewRad, implemented in the thorn ↵Erik Schnetter2009-09-04
| | | | LSUThorns/NewRad.
* Register ADM variables as constrained variables, so that MoL copies themErik Schnetter2009-07-03
| | | | before the first time step if they have multiple time levels.
* Resolve merge commitsErik Schnetter2009-04-27
|
* Merge commit 'origin/master'Peter Diener2008-05-15
|\ | | | | | | | | Conflicts: m/Makefile
| * 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.
* | No real changePeter Diener2008-02-13
|/ | | | | Just "produced by" comments Signed-off-by: Peter Diener <diener@diener-3.lsu.edu>
* Don't calculate ADMBase variables on the boundariesErik Schnetter2008-01-31
| | | | | Don't calculate ADMBase variables on the boundaries, since they require derivatives. Instead, select and apply boundary conditions after converting from BSSN to ADM.
* Schedule ML_BSSN_convertToADMBase everywhere.Peter Diener2008-01-29
| | | | | | | | Since ML_BSSN_convertToADMBase doesn't contain any derivatives we can evaluate it everywhere. Get's rid of a sync of the ADMBase variables and makes it unnecessary to apply the boundary conditions (which wasn't done, anyway). Signed-off-by: Peter Diener <diener@diener-3.lsu.edu>
* Update McLachlan. ML_BSSN_Helper is now required at run timeErik Schnetter2008-01-14
| | | | | | | | | | | | | | | | | | Calculate the complete RHS in one loop, including matter if desired. This requires different McLachlan builds for runs with and without matter. Make the number of active timelevels a run-time parameter. Register the slicing in ML_BSSN_Helper. This requires CoordGauge to be activated at run time. Add custom boundary conditions, to be used instead of Cactus boundary conditions. Make McLachlan fully compliant with the ADMBase initial data mechanism. Calculate RHS and constrains in special groups provided by ML_BSSN_Helper. ML_BSSN_Helper is now required at run time.
* Use 3 time levels by default. Use ADMBase initial data by defaultErik Schnetter2008-01-06
|
* Regenerate code after removing leftover debugging code from KrancErik Schnetter2007-12-27
|
* Merge branch 'master' of ↵Erik Schnetter2007-12-27
|\ | | | | | | | | | | | | ssh://relativity.phys.lsu.edu/home/perturbed/gitroot/McLachlan Conflicts: m/Makefile
| * Fix to Makefile.Peter Diener2007-12-04
| | | | | | | | | | | | Fixed the clean command in the Makefile Signed-off-by: Peter Diener <diener@10-4-34-85.lsu.edu>
* | Use only 2 time levels for evolved variablesErik Schnetter2007-12-27
|/
* Add first-order WaveToy. Use makefile to run KrancErik Schnetter2007-11-30
|
* Dummy commit.Peter Diener2007-11-26
| | | | | | Only headers changed. Signed-off-by: Peter Diener <diener@10-4-34-85.lsu.edu>
* Begin to add Tmunu termsErik Schnetter2007-11-21
|
* ConstraintsPeter Diener2007-11-08
| | | | | | Current state: Constraints converge. Metric RHS converges. The rest doesn't. Signed-off-by: Peter Diener <diener@10-4-34-85.lsu.edu>
* Continued development on the BSSN constraintsErik Schnetter2007-11-07
| | | | | Rename dtalpha and dtbeta to A and B. Add alternative formulae for the conformal Ricci tensor as comments.
* Add BSSN RHS.Erik Schnetter2007-11-04
| | | | Remove Mathematica output trees; keep only Cactus version of trees.
* Add script to re-generate thorns.Erik Schnetter2007-11-04
|
* Add ML_ prefix.Erik Schnetter2007-11-04
Add README and COPYRIGHT statements.