aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 9d947303a1dec1129f72afa71aa97df9f7c01b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Interface definition for thorn IOASCII
# $Header$

implements: IOASCII
inherits: IO, Hyperslab

CCTK_INT FUNCTION Hyperslab_GetList CCTK_POINTER_TO_CONST cctkGH, \
                                    CCTK_INT mapping_handle, \
                                    CCTK_INT num_arrays, \
                                    const CCTK_INT *procs, \
                                    const CCTK_INT *vindices, \
                                    const CCTK_INT *timelevels, \
                                    const CCTK_INT *hdatatypes, \
                                    CCTK_POINTER const *hdata, \
                                    CCTK_INT *retvals
CCTK_INT FUNCTION Hyperslab_DefineGlobalMappingByIndex CCTK_POINTER_TO_CONST cctkGH, \
                                                       CCTK_INT vindex, \
                                                       CCTK_INT hdim, \
                                                       const CCTK_INT *direction, \
                                                       const CCTK_INT *origin, \
                                                       const CCTK_INT *extent, \
                                                       const CCTK_INT *downsample, \
                                                       CCTK_INT table_handle, \
                                                       CCTK_FPOINTER conversion_fn, \
                                                       CCTK_INT *hsize
CCTK_INT FUNCTION Hyperslab_FreeMapping CCTK_INT mapping_handle

USES FUNCTION Hyperslab_GetList
USES FUNCTION Hyperslab_DefineGlobalMappingByIndex
USES FUNCTION Hyperslab_FreeMapping