aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-06-22 02:31:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-06-22 02:31:00 +0000
commit2eded904fab08db994a4c16520e77d99510d6b72 (patch)
treed28b2d27bfdd6264dae5f4533968e76c5a79b00d /Carpet/Carpet/src/variables.cc
parent5828c234bede09f9045f4efae5927cd3fc16d4b6 (diff)
Carpet: Store domain specification that is used to set up the coarse grid
Store the domain specification that is used to set up the coarse grid. This can be used later instead of querying the coordinate systems, since querying them may be complicated in multi-block setups, and is impossible before the coordinate thorn has been initialised. darcs-hash:20060622023155-dae7b-914667c8c11a273df3f2674d0835be1ccace17e0.gz
Diffstat (limited to 'Carpet/Carpet/src/variables.cc')
-rw-r--r--Carpet/Carpet/src/variables.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/variables.cc b/Carpet/Carpet/src/variables.cc
index 47cd01728..c7e16cb85 100644
--- a/Carpet/Carpet/src/variables.cc
+++ b/Carpet/Carpet/src/variables.cc
@@ -78,6 +78,8 @@ namespace Carpet {
vector<vector<vect<CCTK_REAL,dim> > > origin_space; // [map][mglevel]
vector<vect<CCTK_REAL,dim> > delta_space; // [map]
+ vector<domainspec> domainspecs; // [map]
+
// Is this the time for a global mode call?