aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
authorschnetter <>2003-05-08 13:35:00 +0000
committerschnetter <>2003-05-08 13:35:00 +0000
commite639a79b9b9c715bc3213f2ed9fd7b80e509f9b3 (patch)
treeee121ff0ad95d5361cff3fe9d6af698131956010 /Carpet/Carpet/src/variables.cc
parent53e40a949768a1161b57a8abc6cff5cb29384921 (diff)
Implement a proper separation between global, level, and local mode.
Implement a proper separation between global, level, and local mode. This is a major change that might break things. darcs-hash:20030508133549-07bb3-95ccfb6eb2b64e72353d301afddd8722a92c64a3.gz
Diffstat (limited to 'Carpet/Carpet/src/variables.cc')
-rw-r--r--Carpet/Carpet/src/variables.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/variables.cc b/Carpet/Carpet/src/variables.cc
index 4152cd0f4..6d7b2dc2e 100644
--- a/Carpet/Carpet/src/variables.cc
+++ b/Carpet/Carpet/src/variables.cc
@@ -6,7 +6,7 @@
#include "carpet.hh"
extern "C" {
- static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.12 2003/01/03 15:49:36 schnetter Exp $";
+ static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.13 2003/05/08 15:35:49 schnetter Exp $";
CCTK_FILEVERSION(Carpet_Carpet_variables_cc);
}
@@ -53,9 +53,15 @@ namespace Carpet {
// multigrid factor of current level: ipow(multigrid_factor, mglevel)
int mglevelfact;
+ // Is this the time for a global mode call?
+ bool do_global_mode;
+
// Time step on base grid
CCTK_REAL base_delta_time;
+ // Spatial origin on base grid
+ vect<CCTK_REAL,dim> base_origin_space;
+
// Data for grid functions