aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2009-09-03 16:19:15 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:42:31 +0000
commit11c4d98017cbb86d08e15fd1b549180184b58a26 (patch)
tree2546a154c6f7bc0bec87de7316125ae7d1453569 /Carpet/Carpet/src/variables.cc
parentf520477b1c14e02f1495cfa8d3e09f4e21ab34d0 (diff)
Import Carpet
Ignore-this: 309b4dd613f4af2b84aa5d6743fdb6b3
Diffstat (limited to 'Carpet/Carpet/src/variables.cc')
-rw-r--r--Carpet/Carpet/src/variables.cc9
1 files changed, 7 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/variables.cc b/Carpet/Carpet/src/variables.cc
index a27a5bacb..0bf834ff4 100644
--- a/Carpet/Carpet/src/variables.cc
+++ b/Carpet/Carpet/src/variables.cc
@@ -1,5 +1,4 @@
-
-#include "variables.hh"
+#include <variables.hh>
@@ -51,6 +50,7 @@ namespace Carpet {
int mc_grouptype;
int map;
int component;
+ int local_component;
// Current refinement factors
int timereflevelfact;
@@ -90,9 +90,13 @@ namespace Carpet {
bool do_allow_past_timelevels;
// Is prolongation enabled?
+ // (This flag disables prolongation during MoL integration
+ // substeps.)
bool do_prolongate;
// Is tapering enabled?
+ // (This flag disables prolongation while the current refinement
+ // level is not aligned with the parent.)
bool do_taper;
// Should we warn about groups with insufficiently many time levels?
@@ -106,6 +110,7 @@ namespace Carpet {
vector<gh*> vhh; // [map]
vector<dh*> vdd; // [map]
vector<th*> vtt; // [map]
+ int regridding_epoch;
// Data for the groups
vector<groupdesc> groupdata; // [group]