aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 4 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index de58656..35e9f9c 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,19 +5,22 @@
#c @@*/
-schedule AHFinder_SetSym at CCTK_BASEGRID
+schedule AHFinder_SetSym at CCTK_WRAGH
{
LANG: Fortran
+ OPTIONS: global
} "Set symmetries for AHFinder grid functions"
schedule AHFinder_Startup at CCTK_STARTUP
{
LANG: C
+ OPTIONS: global
} "Register AHFinder as an IO Method"
schedule AHFinder_ParamCheck at PARAMCHECK
{
LANG: Fortran
+ OPTIONS: global
} "Check for physical or conformal metric"
schedule AHFinder_InitOutput at CCTK_INITIAL