aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab/src/slab.h
diff options
context:
space:
mode:
authorschnetter <>2002-10-24 08:53:00 +0000
committerschnetter <>2002-10-24 08:53:00 +0000
commit916ac6c6948eed5560d47e092ac20cd294308fdf (patch)
treed6bf4c28cc9e12c85f09f83d5fc77181bf132e5a /Carpet/CarpetSlab/src/slab.h
parent16c842b59b373d15c53980d82c3dd3aead8bb4cf (diff)
Renamed source file from carpetslab.* to slab.*.
Renamed source file from carpetslab.* to slab.*. Added arrangement name and final semicolon to CCTK_FILEVERSION macros. darcs-hash:20021024085347-07bb3-f25e59ad814c9143dbe65face1f5f273e1a2a3cc.gz
Diffstat (limited to 'Carpet/CarpetSlab/src/slab.h')
-rw-r--r--Carpet/CarpetSlab/src/slab.h65
1 files changed, 3 insertions, 62 deletions
diff --git a/Carpet/CarpetSlab/src/slab.h b/Carpet/CarpetSlab/src/slab.h
index 6e6bc3029..c72222700 100644
--- a/Carpet/CarpetSlab/src/slab.h
+++ b/Carpet/CarpetSlab/src/slab.h
@@ -1,4 +1,4 @@
-/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/src/slab.h,v 1.4 2004/01/25 14:57:31 schnetter Exp $ */
+/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/src/slab.h,v 1.1 2002/10/24 10:53:48 schnetter Exp $ */
#ifndef CARPETSLAB_H
#define CARPETSLAB_H
@@ -10,66 +10,7 @@ namespace CarpetSlab {
extern "C" {
#endif
- CCTK_INT CarpetSlab_Get (CCTK_POINTER_TO_CONST const cctkGH,
- CCTK_INT const mapping_handle,
- CCTK_INT const proc,
- CCTK_INT const vindex,
- CCTK_INT const timelevel,
- CCTK_INT const hdatatype,
- void * const hdata);
-
- CCTK_INT CarpetSlab_GetList (CCTK_POINTER_TO_CONST const cctkGH,
- CCTK_INT const mapping_handle,
- CCTK_INT const num_arrays,
- CCTK_INT const * const procs,
- CCTK_INT const * const vindices,
- CCTK_INT const * const timelevels,
- CCTK_INT const * const hdatatypes,
- void * const * const hdata,
- CCTK_INT * const retvals);
-
- CCTK_INT CarpetSlab_LocalMappingByIndex (CCTK_POINTER_TO_CONST const cctkGH,
- CCTK_INT const vindex,
- CCTK_INT const hdim,
- CCTK_INT const * const direction,
- CCTK_INT const * const origin,
- CCTK_INT const * const extent,
- CCTK_INT const * const downsample,
- CCTK_INT const table_handle,
- CCTK_INT (* const conversion_fn) (CCTK_INT const nelems,
- CCTK_INT const src_stride,
- CCTK_INT const dst_stride,
- CCTK_INT const src_type,
- CCTK_INT const dst_type,
- void const * const from,
- void * const to),
- CCTK_INT * const hsize_local,
- CCTK_INT * const hsize_global,
- CCTK_INT * const hoffset_global);
-
- CCTK_INT CarpetSlab_GlobalMappingByIndex (CCTK_POINTER_TO_CONST const cctkGH,
- CCTK_INT const vindex,
- CCTK_INT const hdim,
- CCTK_INT const * const direction,
- CCTK_INT const * const origin,
- CCTK_INT const * const extent,
- CCTK_INT const * const downsample,
- CCTK_INT const table_handle,
- CCTK_INT (* const conversion_fn) (CCTK_INT const nelems,
- CCTK_INT const src_stride,
- CCTK_INT const dst_stride,
- CCTK_INT const src_type,
- CCTK_INT const dst_type,
- void const * const from,
- void * const to),
- CCTK_INT * const hsize);
-
- CCTK_INT CarpetSlab_FreeMapping (CCTK_INT const mapping_handle);
-
-
-
- /* Old interface -- don't use */
- int Hyperslab_GetHyperslab (const cGH* const GH,
+ int Hyperslab_GetHyperslab (cGH* const GH,
const int target_proc,
const int vindex,
const int vtimelvl,
@@ -80,7 +21,7 @@ namespace CarpetSlab {
const int downsample [/*hdim*/],
void** const hdata,
int hsize [/*hdim*/]);
-
+
#ifdef __cplusplus
} /* extern "C" */
} /* namespace CarpetSlab */