aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rwxr-xr-xschedule.ccl18
1 files changed, 18 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9d9a956..ffa7278 100755
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -46,6 +46,11 @@ else if (timelevels == 3)
}
}
+if (hydro_excision)
+{
+ STORAGE: hydro_excision_mask
+}
+
schedule group HydroBase_Initial at CCTK_INITIAL \
after (ADMBase_InitialData ADMBase_InitialGauge \
IOUtil_RecoverIDFromDatafiles) \
@@ -137,3 +142,16 @@ if (CCTK_Equals(initial_Bvec, "zero"))
LANG: C
} "Set magnetic field to 0"
}
+
+if (hydro_excision)
+{
+ schedule GROUP HydroBase_ExcisionHasBeenSet at CCTK_PostStep
+ {
+ } "Group to schedule thorns changing the mask before and thorns using the mask after"
+
+ schedule HydroBase_InitExcisionMask in HydroBase_Initial
+ {
+ LANG: C
+ } "Initialize hydro excision mask to 'no excision everywhere'"
+}
+