aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-05-13 22:48:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-05-13 22:48:00 +0000
commit6b0f73d17a68a34a631545122cbce24f6917ba1d (patch)
tree871f7bdd8a233f0b65ebffbd5304e1c5a4dfc85d /Carpet/Carpet/src/variables.hh
parent3a6f87b5c0483e5abaa72c168be54646903f0f89 (diff)
Carpet: Do not warn about insufficient storage during schedule initialisation
The scheduler allocates global storage for grid functions piecewise. It may allocate first some time levels, then some later. Do not check whether there are sufficient time levels until the scheduler has finished initialising. darcs-hash:20060513224820-dae7b-0b409e7da1260d85ac39983072cb71787ac0078f.gz
Diffstat (limited to 'Carpet/Carpet/src/variables.hh')
-rw-r--r--Carpet/Carpet/src/variables.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/variables.hh b/Carpet/Carpet/src/variables.hh
index 94bb57843..668d1bc0f 100644
--- a/Carpet/Carpet/src/variables.hh
+++ b/Carpet/Carpet/src/variables.hh
@@ -116,6 +116,9 @@ namespace Carpet {
// Is prolongation enabled?
extern bool do_prolongate;
+ // Should we warn about groups with insufficiently many time levels?
+ extern bool do_warn_about_storage;
+
// Data for grid functions