aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/dh.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2012-01-11 16:00:56 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2012-01-11 16:00:56 -0500
commit4f20697279ebdd4963f3650f200f25053bb40706 (patch)
treed65a828ee489b2dda40fba35f214c874d0e26a95 /Carpet/CarpetLib/src/dh.hh
parentf848b3c1a64b9034cf485781f5ec1f9a691a3679 (diff)
CarpetLib: Extend operator API to allow hyperslabbing
Extend API of grid operators and of gdata::copy_from, gdata::transfer_from to allow hyperslabbing Implement hyperslabbing in copy_3d.cc
Diffstat (limited to 'Carpet/CarpetLib/src/dh.hh')
-rw-r--r--Carpet/CarpetLib/src/dh.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/dh.hh b/Carpet/CarpetLib/src/dh.hh
index fd4417bae..505196472 100644
--- a/Carpet/CarpetLib/src/dh.hh
+++ b/Carpet/CarpetLib/src/dh.hh
@@ -149,6 +149,7 @@ public:
srpvect fast_ref_bnd_prol_sendrecv;
// refluxing
+ // vect<vect<srpvect,2>,dim> fast_ref_refl_sendrecv;
srpvect fast_ref_refl_sendrecv_0_0;
srpvect fast_ref_refl_sendrecv_0_1;
srpvect fast_ref_refl_sendrecv_1_0;