aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl21
1 files changed, 19 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ade0b15..4ff5fe0 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -75,13 +75,30 @@ if (use_mask)
# Set up the initial level set function
-schedule EHFinder_Init at CCTK_POSTINITIAL
+schedule EHFinder_Init at CCTK_INITIAL
+{
+ LANG: Fortran
+ SYNC: level_set
+} "Setup local variables"
+
+schedule EHFinder_Init_F at CCTK_INITIAL
{
LANG: Fortran
SYNC: level_set
} "Setup the initial surface"
-schedule EHFinder_InitWeights at CCTK_POSTINITIAL
+schedule EHFinder_InitWeights at CCTK_INITIAL
+{
+ LANG: FORTRAN
+} "Setup weights for Simpson integration"
+
+schedule EHFinder_Init at CCTK_POST_RECOVER_VARIABLES
+{
+ LANG: Fortran
+ SYNC: level_set
+} "Setup local variables"
+
+schedule EHFinder_InitWeights at CCTK_POST_RECOVER_VARIABLES
{
LANG: FORTRAN
} "Setup weights for Simpson integration"