From 4306806ad6d517f4e9b675d3cd541c95db3ea7fa Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 14 Nov 2012 16:39:38 -0500 Subject: 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. --- Carpet/CarpetLib/src/dh.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Carpet/CarpetLib/src/dh.hh') 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,dim> coarse_boundary; vect,dim> fine_boundary; + vect,2>,dim> coarse_boundary_offsets; + vect,2>,dim> fine_boundary_offsets; + vect,dim> coarse_boundary_size; + vect,dim> fine_boundary_size; size_t memory () const CCTK_MEMBER_ATTRIBUTE_PURE; istream & input (istream & is); -- cgit v1.2.3