aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-10-02 17:00:12 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-10-02 17:00:12 +0000
commit92ce0b9733c2e40c786b5ef42ba2d1c7dd53bfe3 (patch)
tree74b43d332ca00aa9a584413dd130ea1417d78dd1 /schedule.ccl
parent33ebdbd3ade76ede7cc82efdcd23d61bf767b38b (diff)
Schedule the integration routine at CCTK_ANALYSIS.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@65 2a26948c-0e4f-0410-aee8-f1d3e353619c
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"))