aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-08-08 13:10:20 -0400
committerErik Schnetter <schnetter@gmail.com>2013-08-08 13:10:20 -0400
commitdb8acd75b9304ed558ce78a8ef6263ecec7ca24e (patch)
tree3740bc7463c0996f1fd75198ccbfe234357e6ba1 /Carpet/LoopControl/schedule.ccl
parent46a706392b1a12331d0786d8f24ed4756fd8c725 (diff)
LoopControl: Make explore_eagerly_before_iteration and settle_after_iteration work
Check cctk_iteration in a scheduled function since cctkGH is otherwise not available.
Diffstat (limited to 'Carpet/LoopControl/schedule.ccl')
-rw-r--r--Carpet/LoopControl/schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/LoopControl/schedule.ccl b/Carpet/LoopControl/schedule.ccl
index e73f72c7b..760991e75 100644
--- a/Carpet/LoopControl/schedule.ccl
+++ b/Carpet/LoopControl/schedule.ccl
@@ -5,6 +5,12 @@ SCHEDULE lc_setup AT startup BEFORE Driver_Startup
LANG: C
} "Set up LoopControl"
+SCHEDULE lc_steer AT prestep
+{
+ LANG: C
+ OPTIONS: meta
+} "Update LoopControl algorithm preferences"
+
SCHEDULE lc_statistics_analysis AT analysis
{
LANG: C