aboutsummaryrefslogtreecommitdiff
path: root/src/PUGHSlab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PUGHSlab.h')
-rw-r--r--src/PUGHSlab.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/PUGHSlab.h b/src/PUGHSlab.h
index edc582f..b1af99a 100644
--- a/src/PUGHSlab.h
+++ b/src/PUGHSlab.h
@@ -25,23 +25,23 @@ typedef void (*t_hslabConversionFn) (const void *src,
CCTK_INT dst_stride);
/* function prototypes */
-CCTK_INT Hyperslab_Get (const cGH *GH,
- CCTK_INT mapping_handle,
- CCTK_INT proc,
- CCTK_INT vindex,
- CCTK_INT timelevel,
- CCTK_INT hdatatype,
- void *hdata);
-CCTK_INT Hyperslab_GetList (const cGH *GH,
- CCTK_INT mapping_handle,
- CCTK_INT num_arrays,
- const CCTK_INT *procs, /* num_arrays */
- const CCTK_INT *vindices, /* num_arrays */
- const CCTK_INT *timelevels, /* num_arrays */
- const CCTK_INT *hdatatypes, /* num_arrays */
- void *const *hdata, /* num_arrays */
- CCTK_INT *retvals /* num_arrays */);
-CCTK_INT Hyperslab_DefineLocalMappingByIndex (
+CCTK_INT PUGHSlab_Get (const cGH *GH,
+ CCTK_INT mapping_handle,
+ CCTK_INT proc,
+ CCTK_INT vindex,
+ CCTK_INT timelevel,
+ CCTK_INT hdatatype,
+ void *hdata);
+CCTK_INT PUGHSlab_GetList (const cGH *GH,
+ CCTK_INT mapping_handle,
+ CCTK_INT num_arrays,
+ const CCTK_INT *procs, /* num_arrays */
+ const CCTK_INT *vindices, /* num_arrays */
+ const CCTK_INT *timelevels, /* num_arrays */
+ const CCTK_INT *hdatatypes, /* num_arrays */
+ void *const *hdata, /* num_arrays */
+ CCTK_INT *retvals /* num_arrays */);
+CCTK_INT PUGHSlab_DefineLocalMappingByIndex (
const cGH *GH,
CCTK_INT vindex,
CCTK_INT hdim,
@@ -55,7 +55,7 @@ CCTK_INT Hyperslab_DefineLocalMappingByIndex (
CCTK_INT *hsize_global, /* hdim */
CCTK_INT *hoffset_global /* hdim */);
-CCTK_INT Hyperslab_DefineGlobalMappingByIndex (
+CCTK_INT PUGHSlab_DefineGlobalMappingByIndex (
const cGH *GH,
CCTK_INT vindex,
CCTK_INT hdim,
@@ -66,7 +66,7 @@ CCTK_INT Hyperslab_DefineGlobalMappingByIndex (
CCTK_INT table_handle,
t_hslabConversionFn conversion_fn,
CCTK_INT *hsize /* hdim */);
-CCTK_INT Hyperslab_FreeMapping (CCTK_INT mapping_handle);
+CCTK_INT PUGHSlab_FreeMapping (CCTK_INT mapping_handle);
int Hyperslab_GetLocalHyperslab (const cGH *GH,