aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/ReductionTest2/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra/ReductionTest2/schedule.ccl')
-rw-r--r--CarpetExtra/ReductionTest2/schedule.ccl32
1 files changed, 32 insertions, 0 deletions
diff --git a/CarpetExtra/ReductionTest2/schedule.ccl b/CarpetExtra/ReductionTest2/schedule.ccl
new file mode 100644
index 000000000..299654333
--- /dev/null
+++ b/CarpetExtra/ReductionTest2/schedule.ccl
@@ -0,0 +1,32 @@
+# Schedule definitions for thorn ReductionTest2
+# $Header:$
+
+STORAGE: redvars[3]
+
+SCHEDULE CoM2_Local AT CCTK_INITIAL AFTER Whisky_Initial
+{
+
+ LANG: C
+ SYNC: redvars
+} "Setup integrands for CoM calculation"
+
+SCHEDULE CoM2_Local AT CCTK_EVOL AFTER MoL_Evolution
+{
+
+ LANG: C
+ SYNC: redvars
+} "Setup integrands for CoM calculation"
+
+SCHEDULE CoM2_Local AT Postregridinitial
+{
+
+ LANG: C
+ SYNC: redvars
+} "Setup integrands for CoM calculation"
+
+SCHEDULE CoM2_Local AT Postregrid
+{
+
+ LANG: C
+ SYNC: redvars
+} "Setup integrands for CoM calculation"