aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetSlab')
-rw-r--r--Carpet/CarpetSlab/schedule.ccl2
-rw-r--r--Carpet/CarpetSlab/src/slab.hh17
2 files changed, 16 insertions, 3 deletions
diff --git a/Carpet/CarpetSlab/schedule.ccl b/Carpet/CarpetSlab/schedule.ccl
index e25549779..9aeffc07f 100644
--- a/Carpet/CarpetSlab/schedule.ccl
+++ b/Carpet/CarpetSlab/schedule.ccl
@@ -1,2 +1,2 @@
# Schedule definitions for thorn CarpetSlab
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/schedule.ccl,v 1.1 2001/03/01 13:40:10 eschnett Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/schedule.ccl,v 1.2 2003/11/05 16:18:39 schnetter Exp $
diff --git a/Carpet/CarpetSlab/src/slab.hh b/Carpet/CarpetSlab/src/slab.hh
index 2a3d350de..a6259236d 100644
--- a/Carpet/CarpetSlab/src/slab.hh
+++ b/Carpet/CarpetSlab/src/slab.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/src/slab.hh,v 1.1 2002/10/24 10:53:48 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/src/slab.hh,v 1.2 2003/11/05 16:18:39 schnetter Exp $
#ifndef CARPETSLAB_HH
#define CARPETSLAB_HH
@@ -9,7 +9,20 @@
namespace CarpetSlab {
- void* GetSlab (cGH* const cgh,
+ // Non-standard interface -- don't use
+ void FillSlab (const cGH* const cgh,
+ const int dest_proc,
+ const int n,
+ const int tl,
+ const int hdim,
+ const int origin[/*vdim*/],
+ const int dirs[/*hdim*/],
+ const int stride[/*hdim*/],
+ const int length[/*hdim*/],
+ void* const hdata);
+
+ // Non-standard interface -- don't use
+ void* GetSlab (const cGH* const cgh,
const int dest_proc,
const int n,
const int tl,