aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/dh.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-11-14 16:39:38 -0500
committerErik Schnetter <schnetter@gmail.com>2012-11-14 16:39:38 -0500
commit4306806ad6d517f4e9b675d3cd541c95db3ea7fa (patch)
treef08db8835cc797f0d17f602419089fca63f87f01 /Carpet/CarpetLib/src/dh.hh
parent17845edc3640298238c742a51509be2423cd6373 (diff)
CarpetLib: Define dh members tallying the size of refinement boundaries
Define dh members tallying the size of refinement boundaries. This may be used to implement (2d) face grid functions at some point.
Diffstat (limited to 'Carpet/CarpetLib/src/dh.hh')
-rw-r--r--Carpet/CarpetLib/src/dh.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/dh.hh b/Carpet/CarpetLib/src/dh.hh
index 3ee014006..fa3dbed40 100644
--- a/Carpet/CarpetLib/src/dh.hh
+++ b/Carpet/CarpetLib/src/dh.hh
@@ -80,6 +80,10 @@ public:
// Refluxing
vect<vect<ibset,2>,dim> coarse_boundary;
vect<vect<ibset,2>,dim> fine_boundary;
+ vect<vect<vector<int>,2>,dim> coarse_boundary_offsets;
+ vect<vect<vector<int>,2>,dim> fine_boundary_offsets;
+ vect<vect<int,2>,dim> coarse_boundary_size;
+ vect<vect<int,2>,dim> fine_boundary_size;
size_t memory () const CCTK_MEMBER_ATTRIBUTE_PURE;
istream & input (istream & is);