aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl26
1 files changed, 26 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index d3b44f6..39eae35 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,2 +1,28 @@
# Schedule definitions for thorn EHFinder
# $Header$
+
+STORAGE: level_set
+STORAGE: slevel_set
+STORAGE: dlevel_set
+
+schedule EHFinder_Init at CCTK_POSTINITIAL
+{
+ LANG: Fortran
+ SYNC: level_set
+} "Setup the initial surface"
+
+schedule EHFinder_MoLRegister in MoL_Register
+{
+ LANG: Fortran
+} "Register evolution variables"
+
+schedule EHFinder_Sources in MoL_CalcRHS
+{
+ LANG: Fortran
+} "Calculate the source terms"
+
+schedule GROUP EHFinder_PostStep in MoL_PostStep
+{
+ LANG: Fortran
+ SYNC: level_set
+} "Schedule syncing of level set"