aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-07-15 14:48:46 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-07-15 14:48:46 +0000
commitd42423a91ff6c8839793be7fdf2490475b15f820 (patch)
tree9380063fcd6626655cd20850ad6d0e86d23fa83e /src/patch/patch.hh
parent37110df5932dd646c591b758b5a57e3a4abada0d (diff)
add patch::edge_adjacent_to_patch()
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@156 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/patch.hh')
-rw-r--r--src/patch/patch.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/patch/patch.hh b/src/patch/patch.hh
index 5e8a9c8..97b56da 100644
--- a/src/patch/patch.hh
+++ b/src/patch/patch.hh
@@ -250,6 +250,11 @@ public:
: max_sigma_patch_edge());
}
+ // find which patch edge is adjacent to neighboring patch,
+ // or error_exit() if it's not actually a neighboring patch
+ // ... computation done using only (rho,sigma) coordinate sets
+ // and min/max dang bounds ==> ok to use in setting up ghost zones
+ const patch_edge& edge_adjacent_to_patch(const patch& q) const;
//
// ***** ghost zones *****