aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN/schedule.ccl
diff options
context:
space:
mode:
authorPeter Diener <diener@linux-hn3d.site>2010-01-25 17:46:15 -0600
committerPeter Diener <diener@linux-hn3d.site>2010-01-25 17:46:15 -0600
commit77f234967fbcc6344888c8ef5f84d42adf7d1078 (patch)
treec36ec06e01546a9762fa3a9818489bd39bc7de15 /ML_BSSN/schedule.ccl
parent2ea07083c273b392d07f19fdac918576ca7bc73e (diff)
Make BetaDriver spatially varying.
Make BetaDriver spatially varying. For now additional storage is unconditional, but that can be changed when we decide on exactly how to do it. Signed-off-by: Peter Diener <diener@linux-hn3d.site>
Diffstat (limited to 'ML_BSSN/schedule.ccl')
-rw-r--r--ML_BSSN/schedule.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/ML_BSSN/schedule.ccl b/ML_BSSN/schedule.ccl
index 353cf71..f8a7f3b 100644
--- a/ML_BSSN/schedule.ccl
+++ b/ML_BSSN/schedule.ccl
@@ -1,6 +1,8 @@
# File produced by Kranc
+STORAGE: ML_BetaDriver[1]
+
STORAGE: ML_cons_detg[1]
STORAGE: ML_cons_Gamma[1]
@@ -365,6 +367,15 @@ if (CCTK_EQUALS(my_initial_data, "ADMBase"))
} "ML_BSSN_convertFromADMBaseGamma"
}
+
+if (CCTK_EQUALS(UseSpatialBetaDriver, "yes"))
+{
+ schedule ML_BSSN_setBetaDriver AT initial AFTER ADMBase_PostInitial AFTER ML_BSSN_convertFromADMBase
+ {
+ LANG: C
+ } "ML_BSSN_setBetaDriver"
+}
+
schedule ML_BSSN_RHS IN ML_BSSN_evolCalcGroup
{
LANG: C