aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index a7001f7..f3b73e3 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -58,6 +58,13 @@ schedule EHFinder_Init at CCTK_POSTINITIAL
SYNC: level_set
} "Setup the initial surface"
+schedule EHFinder_Integrate at CCTK_ANALYSIS
+{
+ LANG: Fortran
+ STORAGE: eh_area
+ TRIGGER: eh_area
+} "Calculate integrals"
+
# Read in the data used in reconstructing the 4-metric if necessary
if (CCTK_Equals(eh_metric_type,"numerical"))