aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-07-11 15:57:07 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-07-11 15:57:07 -0500
commite91c85225521026738519d1d81455b22bbdcb2ee (patch)
tree58353f4aa6dad338a84c7dce9a5bb5a91b1750ad /Carpet/Carpet/src/variables.cc
parent0919bf0eae4230dd83343340e562f0fdbe7cb9b0 (diff)
Carpet: Add new modes "global_early" and "global_late"
Add new modes meta_early, meta_late, global_early, and global_late, which execute like meta mode or global mode, but execut either as early or as late as possible in the schedule.
Diffstat (limited to 'Carpet/Carpet/src/variables.cc')
-rw-r--r--Carpet/Carpet/src/variables.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/variables.cc b/Carpet/Carpet/src/variables.cc
index 6b98f4312..a27a5bacb 100644
--- a/Carpet/Carpet/src/variables.cc
+++ b/Carpet/Carpet/src/variables.cc
@@ -80,7 +80,11 @@ namespace Carpet {
// Is this the time for a global mode call?
bool do_meta_mode;
+ bool do_early_meta_mode;
+ bool do_late_meta_mode;
bool do_global_mode;
+ bool do_early_global_mode;
+ bool do_late_global_mode;
// Can past time levels be accessed?
bool do_allow_past_timelevels;