aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gdata.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/gdata.hh')
-rw-r--r--Carpet/CarpetLib/src/gdata.hh22
1 files changed, 22 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/gdata.hh b/Carpet/CarpetLib/src/gdata.hh
index 72d136f5e..e6c9434f9 100644
--- a/Carpet/CarpetLib/src/gdata.hh
+++ b/Carpet/CarpetLib/src/gdata.hh
@@ -151,6 +151,28 @@ public:
const gdata* src, const ibbox& box);
void copy_from_wait (comm_state& state,
const gdata* src, const ibbox& box);
+ protected:
+ virtual void
+ copy_from_recv_inner (comm_state& state,
+ const gdata* src,
+ const ibbox& box)
+ = 0;
+ virtual void
+ copy_from_send_inner (comm_state& state,
+ const gdata* src,
+ const ibbox& box)
+ = 0;
+ virtual void
+ copy_from_recv_wait_inner (comm_state& state,
+ const gdata* src,
+ const ibbox& box)
+ = 0;
+ virtual void
+ copy_from_send_wait_inner (comm_state& state,
+ const gdata* src,
+ const ibbox& box)
+ = 0;
+
public:
void interpolate_from (comm_state& state,
const vector<const gdata*> srcs,