aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM/configuration.ccl
Commit message (Collapse)AuthorAge
* Regenerate code for ADM thornErik Schnetter2011-09-23
|
* Add radiative boundary conditionsErik Schnetter2009-09-15
| | | | Add dependency on GenericGD to configuration.ccl
* 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>
* 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.