aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 4 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f617fe7..2abf1f6 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -9,18 +9,20 @@ schedule AHFinderDirect_setup at CCTK_BASEGRID after SpatialCoordinates
if (find_every != 0)
{
- schedule AHFinderDirect_find_horizons at CCTK_POSTSTEP
+ schedule AHFinderDirect_find_horizons at CCTK_ANALYSIS
{
lang: C
options: global
+ triggers: always
} "find apparent horizon(s) after this time step"
if (set_mask != 0)
{
- schedule AHFinderDirect_do_masks at CCTK_POSTSTEP \
+ schedule AHFinderDirect_do_masks at CCTK_ANALYSIS \
after AHFinderDirect_find_horizons
{
lang: C
+ triggers: always
} "set mask(s) based on apparent horizon position(s)"
}
}