aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <>2001-12-11 12:08:00 +0000
committerschnetter <>2001-12-11 12:08:00 +0000
commit1c5e61bd1d33494d2a5197b44ad47a8806e0c0ae (patch)
tree10414fdf159bcc805650438b639d8b04061121f9 /Carpet/CarpetReduce/schedule.ccl
parent04d0baa63fd5c7002aab2c22ba6c30a0b8890800 (diff)
Added initial stab at reduction operators for Carpet.
darcs-hash:20011211120856-07bb3-0f661df0de1c74d8064bf095db9f5abd93efe9a4.gz
Diffstat (limited to 'Carpet/CarpetReduce/schedule.ccl')
-rw-r--r--Carpet/CarpetReduce/schedule.ccl39
1 files changed, 1 insertions, 38 deletions
diff --git a/Carpet/CarpetReduce/schedule.ccl b/Carpet/CarpetReduce/schedule.ccl
index db1530ae7..82626dee2 100644
--- a/Carpet/CarpetReduce/schedule.ccl
+++ b/Carpet/CarpetReduce/schedule.ccl
@@ -1,44 +1,7 @@
# Schedule definitions for thorn CarpetReduce
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetReduce/schedule.ccl,v 1.4 2004/08/02 11:43:35 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetReduce/schedule.ccl,v 1.1 2001/12/11 13:08:56 schnetter Exp $
schedule CarpetReduceStartup at STARTUP
{
LANG: C
} "Startup routine"
-
-
-
-# This might move to MaskBase
-STORAGE: weight
-
-SCHEDULE GROUP MaskBase_SetupMask AT basegrid
-{
-} "Set up the weight function"
-
-SCHEDULE GROUP MaskBase_SetupMask AT postregrid
-{
-} "Set up the weight function"
-
-SCHEDULE MaskBase_InitMask IN MaskBase_SetupMask
-{
- LANG: C
- OPTIONS: global loop-local
-} "Initialise the weight function"
-
-SCHEDULE GROUP SetupMask IN MaskBase_SetupMask AFTER MaskBase_InitMask
-{
-} "Set up the weight function (schedule other routines in here)"
-
-# This might move to CoordBase
-SCHEDULE CoordBase_SetupMask IN SetupMask
-{
- LANG: C
- OPTIONS: global loop-local
-} "Set up the outer boundaries of the weight function"
-
-# This might move to CarpetMask
-SCHEDULE CarpetMaskSetup IN SetupMask
-{
- LANG: C
- OPTIONS: global loop-singlemap
-} "Set up the weight function for the restriction regions"