aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/bbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/bbox.hh')
-rw-r--r--Carpet/CarpetLib/src/bbox.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/bbox.hh b/Carpet/CarpetLib/src/bbox.hh
index d65928e02..5dea7f9d3 100644
--- a/Carpet/CarpetLib/src/bbox.hh
+++ b/Carpet/CarpetLib/src/bbox.hh
@@ -184,6 +184,9 @@ public:
/** Find the largest b-compatible box inside this bbox. */
bbox contracted_for (const bbox& b) const CCTK_MEMBER_ATTRIBUTE_PURE;
+ /** Find the smallest open b-compatible box around *this */
+ bbox anti_contracted_for (const bbox& b) const CCTK_MEMBER_ATTRIBUTE_PURE;
+
/** Find the smallest bbox containing both boxes. */
bbox expanded_containing (const bbox<T,D>& b) const
CCTK_MEMBER_ATTRIBUTE_PURE;