aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetInterp/param.ccl3
-rw-r--r--Carpet/CarpetInterp/schedule.ccl2
-rw-r--r--Carpet/CarpetInterp/src/interp.h2
-rw-r--r--Carpet/CarpetSlab/schedule.ccl2
-rw-r--r--Carpet/CarpetSlab/src/slab.hh17
-rw-r--r--Carpet/CarpetTest/schedule.ccl2
6 files changed, 21 insertions, 7 deletions
diff --git a/Carpet/CarpetInterp/param.ccl b/Carpet/CarpetInterp/param.ccl
index 23ba91f5a..7347f7f32 100644
--- a/Carpet/CarpetInterp/param.ccl
+++ b/Carpet/CarpetInterp/param.ccl
@@ -1,2 +1,3 @@
# Parameter definitions for thorn CarpetInterp
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/param.ccl,v 1.1 2003/04/29 14:02:25 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/param.ccl,v 1.2 2003/11/05 16:18:38 schnetter Exp $
+
diff --git a/Carpet/CarpetInterp/schedule.ccl b/Carpet/CarpetInterp/schedule.ccl
index e1ab2a86f..cf0891e37 100644
--- a/Carpet/CarpetInterp/schedule.ccl
+++ b/Carpet/CarpetInterp/schedule.ccl
@@ -1,5 +1,5 @@
# Schedule definitions for thorn CarpetInterp
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/schedule.ccl,v 1.2 2003/04/30 12:37:31 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/schedule.ccl,v 1.3 2003/11/05 16:18:38 schnetter Exp $
schedule CarpetInterpStartup at STARTUP
{
diff --git a/Carpet/CarpetInterp/src/interp.h b/Carpet/CarpetInterp/src/interp.h
index 8b349b0da..4600c6922 100644
--- a/Carpet/CarpetInterp/src/interp.h
+++ b/Carpet/CarpetInterp/src/interp.h
@@ -1,4 +1,4 @@
-/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/src/interp.h,v 1.1 2003/04/30 12:37:31 schnetter Exp $ */
+/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/src/interp.h,v 1.2 2003/11/05 16:18:38 schnetter Exp $ */
#ifndef CARPETINTERP_H
#define CARPETINTERP_H
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,
diff --git a/Carpet/CarpetTest/schedule.ccl b/Carpet/CarpetTest/schedule.ccl
index ce64a4728..1ade016b9 100644
--- a/Carpet/CarpetTest/schedule.ccl
+++ b/Carpet/CarpetTest/schedule.ccl
@@ -1,5 +1,5 @@
# Schedule definitions for thorn CarpetTest
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetTest/schedule.ccl,v 1.2 2001/07/04 13:55:24 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetTest/schedule.ccl,v 1.3 2003/11/05 16:18:39 schnetter Exp $
STORAGE: gfg arrg1 arrg2 arrg3