aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/interface.ccl
blob: 59cea71d57de229bb2c4c4fbb3f6f7dda14929a9 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Interface definition for thorn CarpetIOF5

IMPLEMENTS: CarpetIOF5

INHERITS: grid

USES INCLUDE: cacheinfo.hh
USES INCLUDE: carpet.hh
USES INCLUDE: CarpetTimers.hh



# Return a pointer to an unmodifiable C string
# which contains a unique ID for this configuration
CCTK_POINTER_TO_CONST \
FUNCTION UniqueConfigID (CCTK_POINTER_TO_CONST IN cctkGH)
USES FUNCTION UniqueConfigID

# Return a pointer to an unmodifiable C string
# which contains a unique ID for this build
CCTK_POINTER_TO_CONST \
FUNCTION UniqueBuildID (CCTK_POINTER_TO_CONST IN cctkGH)
USES FUNCTION UniqueBuildID

# Return a pointer to an unmodifiable C string
# which contains a unique ID for this simulation
CCTK_POINTER_TO_CONST \
FUNCTION UniqueSimulationID (CCTK_POINTER_TO_CONST IN cctkGH)
USES FUNCTION UniqueSimulationID

# Return a pointer to an unmodifiable C string
# which contains a unique ID for this run
CCTK_POINTER_TO_CONST \
FUNCTION UniqueRunID (CCTK_POINTER_TO_CONST IN cctkGH)
USES FUNCTION UniqueRunID



# Check whether existing output files should be truncated or not
CCTK_INT FUNCTION IO_TruncateOutputFiles (CCTK_POINTER_TO_CONST IN cctkGH)
REQUIRES FUNCTION IO_TruncateOutputFiles



# The setup of the system
CCTK_INT FUNCTION MultiPatch_GetSystemSpecification \
    (CCTK_INT OUT maps)
USES FUNCTION MultiPatch_GetSystemSpecification



CCTK_INT this_iteration        TYPE=scalar
CCTK_INT next_output_iteration TYPE=scalar