aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN_Helper
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-04-02 18:42:43 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-04-02 18:42:43 -0500
commit70fd92da159408e939381abf14f37c01d523760d (patch)
tree589333caf890e42614583161b5a71dc00c8f2625 /ML_BSSN_Helper
parent90b1458fa8c6340ad8c81dbc0dd43ed77f64f993 (diff)
Create several specialised thorns: ML_ADM and ML_BSSN as standard cases,
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.
Diffstat (limited to 'ML_BSSN_Helper')
-rw-r--r--ML_BSSN_Helper/schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ML_BSSN_Helper/schedule.ccl b/ML_BSSN_Helper/schedule.ccl
index 0d6a02f..e6ec875 100644
--- a/ML_BSSN_Helper/schedule.ccl
+++ b/ML_BSSN_Helper/schedule.ccl
@@ -58,8 +58,8 @@ if (CCTK_EQUALS (evolution_method, "ML_BSSN")) {
SCHEDULE GROUP ML_BSSN_constraintsCalcGroup AT analysis
{
- TRIGGERS: ML_BSSN::Ham
- TRIGGERS: ML_BSSN::mom
+ TRIGGERS: ML_BSSN::ML_Ham
+ TRIGGERS: ML_BSSN::ML_mom
} "Calculate BSSN constraints"