aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gdata.hh
diff options
context:
space:
mode:
authorRoland Haas <rhaas@tapir.caltech.edu>2013-09-04 14:45:56 -0700
committerRoland Haas <rhaas@tapir.caltech.edu>2013-09-27 10:41:38 -0700
commit0e435fca01c0ce3356565c661afb0ff9d64880a1 (patch)
tree78aa48df07d6def528a5b4368b96691e9de57722 /Carpet/CarpetLib/src/gdata.hh
parent38923afb0681b02fae2171cf54671cbe587ff748 (diff)
CarpetLib: add some code for electric fence like functionality
Diffstat (limited to 'Carpet/CarpetLib/src/gdata.hh')
-rw-r--r--Carpet/CarpetLib/src/gdata.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/gdata.hh b/Carpet/CarpetLib/src/gdata.hh
index 5b5decba6..c000a4d74 100644
--- a/Carpet/CarpetLib/src/gdata.hh
+++ b/Carpet/CarpetLib/src/gdata.hh
@@ -105,6 +105,8 @@ public:
0;
virtual void free () = 0;
virtual size_t allocsize (const ibbox& extent, const int proc) const = 0;
+ // true if fence is intact
+ virtual bool check_fence (const int upperlower) const = 0;
// Accessors
bool has_storage () const {