aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM/src/make.code.defn
Commit message (Collapse)AuthorAge
* Regenerate thorns.Barry Wardell2012-04-27
|
* Update auto-generated code as generated by the current version of KrancErik Schnetter2011-04-03
|
* 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
|
* 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.
* Regenerate code after removing leftover debugging code from KrancErik Schnetter2007-12-27
|
* 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>
* 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>
* Add ML_ prefix.Erik Schnetter2007-11-04
Add README and COPYRIGHT statements.