aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOBasic/interface.ccl
blob: 8e1c7a72e18f2cdbe7daa9dee359fc7ceca45a5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Interface definition for thorn CarpetIOBasic

IMPLEMENTS: IOBasic

INHERITS: IO

CCTK_INT last_output_iteration TYPE=scalar
CCTK_REAL last_output_time TYPE=scalar
CCTK_INT this_iteration TYPE=scalar

USES INCLUDE HEADER: carpet.hh
USES INCLUDE HEADER: typecase.hh
USES INCLUDE HEADER: typeprops.hh
USES INCLUDE HEADER: CarpetTimers.hh