aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/dh.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-10-01 15:19:24 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:25 +0000
commitf430b7f50ff5799cd2144e47738aadc399a9d760 (patch)
tree3e5cc66d50d08990008eb8879ac5ffd876bd70b9 /Carpet/CarpetLib/src/dh.hh
parent483d827588ca7c6e9e6c8c6ac8998c6bdf1159c3 (diff)
CarpetLib: Store more details for setting up the weight masks
Store locations of prolongation and restriction boundaries not only per direction, but per direction and face.
Diffstat (limited to 'Carpet/CarpetLib/src/dh.hh')
-rw-r--r--Carpet/CarpetLib/src/dh.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/dh.hh b/Carpet/CarpetLib/src/dh.hh
index c25001c31..406bda355 100644
--- a/Carpet/CarpetLib/src/dh.hh
+++ b/Carpet/CarpetLib/src/dh.hh
@@ -82,8 +82,8 @@ public:
// Mask
ibset restricted_region; // filled by restriction
ibset unused_region; // not used (overwritten later) region
- vect<ibset,dim> restriction_boundaries; // partly filled by restriction
- vect<ibset,dim> prolongation_boundaries; // partly used by prolongation
+ vect<vect<ibset,2>,dim> restriction_boundaries; // partly filled by restriction
+ vect<vect<ibset,2>,dim> prolongation_boundaries; // partly used by prolongation
// Refluxing
vect<vect<ibset,2>,dim> coarse_boundary;