aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/dh.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-05-20 09:31:35 -0500
committerErik Schnetter <schnetter@gmail.com>2013-05-20 09:31:35 -0500
commit2613d79034fefe8a605534fb205d724c89c5aec4 (patch)
treeff7e4933eb6ab78c262921a8f68f8a471c76fd7a /Carpet/CarpetLib/src/dh.hh
parent94934bc46af8fe2f049f2171ca3fb90dcdc4cc5e (diff)
CarpetLib: Disable unused refluxing face descriptions
Diffstat (limited to 'Carpet/CarpetLib/src/dh.hh')
-rw-r--r--Carpet/CarpetLib/src/dh.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/dh.hh b/Carpet/CarpetLib/src/dh.hh
index 9914b950a..2a03ceccc 100644
--- a/Carpet/CarpetLib/src/dh.hh
+++ b/Carpet/CarpetLib/src/dh.hh
@@ -77,13 +77,15 @@ public:
// Does not influence anything but the restricted_region
ibset unused_region;
- // Refluxing
+ // Refluxing (these live on the respective faces)
vect<vect<ibset,2>,dim> coarse_boundary;
vect<vect<ibset,2>,dim> fine_boundary;
+#if 0 // OFFSETS,SIZE
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;
+#endif
size_t memory () const CCTK_MEMBER_ATTRIBUTE_PURE;
istream & input (istream & is);