aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/CarpetIntegrateTest/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra/CarpetIntegrateTest/schedule.ccl')
-rw-r--r--CarpetExtra/CarpetIntegrateTest/schedule.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/CarpetExtra/CarpetIntegrateTest/schedule.ccl b/CarpetExtra/CarpetIntegrateTest/schedule.ccl
new file mode 100644
index 000000000..a9c886518
--- /dev/null
+++ b/CarpetExtra/CarpetIntegrateTest/schedule.ccl
@@ -0,0 +1,15 @@
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIntegrateTest/schedule.ccl,v 1.1 2004/09/01 17:47:53 schnetter Exp $
+
+STORAGE: integrand[3]
+
+schedule CarpetIntegrate_Local IN CCTK_ANALYSIS \
+ BEFORE CarpetIntegrate_Extract
+{
+ LANG: C
+} "Setup integrand function"
+
+schedule CarpetIntegrate_Global IN CCTK_ANALYSIS
+{
+ LANG: C
+ OPTIONS: global
+} "Global integration by reduction"