summaryrefslogtreecommitdiff
path: root/lib/sbin/ScheduleParser.pl
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-12-14 15:04:21 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-12-14 15:04:21 +0000
commit4184c33b0cf981cb3a3b6936ca3dfac2acb0b0c7 (patch)
treec7495fc6410d95e46c4cd448ca5b6835a6020136 /lib/sbin/ScheduleParser.pl
parent8d96649ca3e148698156da7a3ecfe59b2812051e (diff)
Add three new schedule bins
PREREGRIDINITIAL POSTREGRIDINITIAL POSTRESTRICTINITIAL These bins are necessary so that thorns can distinguish between the corresponding operations during evolution and during initial data setup. That is, for example, operations that need to be performed after restricting during time evolution may differ from operations that need to be performed after restricting while initial data are set up. This closes PR/2074. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4393 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/ScheduleParser.pl')
-rw-r--r--lib/sbin/ScheduleParser.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sbin/ScheduleParser.pl b/lib/sbin/ScheduleParser.pl
index 8956a48f..aae105f8 100644
--- a/lib/sbin/ScheduleParser.pl
+++ b/lib/sbin/ScheduleParser.pl
@@ -16,8 +16,11 @@ our @schedule_bins = (
'WRAGH',
'PARAMCHECK',
# Initialisation
+ 'PREREGRIDINITIAL',
+ 'POSTREGRIDINITIAL',
'BASEGRID',
'INITIAL',
+ 'POSTRESTRICTINITIAL',
'POSTINITIAL',
# Recovery
'RECOVER_VARIABLES',