aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce/schedule.ccl
diff options
context:
space:
mode:
authoreschnett <>2001-03-01 11:40:00 +0000
committereschnett <>2001-03-01 11:40:00 +0000
commit310f0ea48d18866b773136aed11200b6eda6378b (patch)
tree445d3e34ce8b89812994b6614f7bc9f4acbc7fe2 /Carpet/CarpetReduce/schedule.ccl
Initial revision
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz
Diffstat (limited to 'Carpet/CarpetReduce/schedule.ccl')
-rw-r--r--Carpet/CarpetReduce/schedule.ccl44
1 files changed, 44 insertions, 0 deletions
diff --git a/Carpet/CarpetReduce/schedule.ccl b/Carpet/CarpetReduce/schedule.ccl
new file mode 100644
index 000000000..db1530ae7
--- /dev/null
+++ b/Carpet/CarpetReduce/schedule.ccl
@@ -0,0 +1,44 @@
+# 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 $
+
+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"