aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-08-21 19:08:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-08-21 19:08:00 +0000
commit13298188eff5625590967e337ee2880539e7fbd0 (patch)
tree82ac300f6807d0d3702bae36d82e93bbd1694e70 /Carpet/CarpetReduce
parent1a1c651b747283af712df205ef31ac1314667774 (diff)
CarpetReduce: Correct scheduling
darcs-hash:20070821190829-dae7b-9efe9944356b64e8c171e6f3917f03dee4ba1deb.gz
Diffstat (limited to 'Carpet/CarpetReduce')
-rw-r--r--Carpet/CarpetReduce/schedule.ccl35
1 files changed, 32 insertions, 3 deletions
diff --git a/Carpet/CarpetReduce/schedule.ccl b/Carpet/CarpetReduce/schedule.ccl
index 933c6355e..7610f1093 100644
--- a/Carpet/CarpetReduce/schedule.ccl
+++ b/Carpet/CarpetReduce/schedule.ccl
@@ -10,15 +10,17 @@ schedule CarpetReduceStartup at STARTUP
# This might move to MaskBase
STORAGE: weight
-SCHEDULE GROUP MaskBase_SetupMask AT basegrid
+
+
+SCHEDULE GROUP MaskBase_SetupMask AT basegrid AFTER (SpatialCoordinates SphericalSurface_Setup)
{
} "Set up the weight function"
-SCHEDULE GROUP MaskBase_SetupMask AT postregridinitial
+SCHEDULE GROUP MaskBase_SetupMask AT postregridinitial AFTER SpatialCoordinates
{
} "Set up the weight function"
-SCHEDULE GROUP MaskBase_SetupMask AT postregrid
+SCHEDULE GROUP MaskBase_SetupMask AT postregrid AFTER SpatialCoordinates
{
} "Set up the weight function"
@@ -49,3 +51,30 @@ SCHEDULE CarpetMaskSetup IN SetupMask
LANG: C
OPTIONS: global loop-singlemap
} "Set up the weight function for the restriction regions"
+
+
+
+#SCHEDULE GROUP MaskBase_SetupMask_LevelMode AT basegrid AFTER (SpatialCoordinates SphericalSurface_Setup)
+#{
+#} "Set up the weight function"
+#
+#SCHEDULE MaskBase_InitMask IN MaskBase_SetupMask_LevelMode
+#{
+# LANG: C
+#} "Initialise the weight function"
+#
+#SCHEDULE GROUP SetupMask_LevelMode IN MaskBase_SetupMask_LevelMode AFTER MaskBase_InitMask
+#{
+#} "Set up the weight function (schedule other routines in here)"
+#
+## This might move to CoordBase
+#SCHEDULE CoordBase_SetupMask IN SetupMask_LevelMode
+#{
+# LANG: C
+#} "Set up the outer boundaries of the weight function"
+#
+## This might move to CarpetMask
+#SCHEDULE CarpetMaskSetup IN SetupMask_LevelMode
+#{
+# LANG: C
+#} "Set up the weight function for the restriction regions"