aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/schedule.ccl
blob: ab9c86dc5e22088cfc8ace09ffad044460f0d093 (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
# Schedule definitions for thorn CarpetIOHDF5
# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/schedule.ccl,v 1.9 2004/05/31 18:58:41 schnetter Exp $

storage: next_output_iteration next_output_time this_iteration

schedule CarpetIOHDF5Startup at STARTUP after IOUtil_Startup
{
  LANG: C
} "Startup routine"

schedule CarpetIOHDF5Init at BASEGRID
{
  LANG: C
  OPTIONS: global
} "Initialisation routine"

schedule CarpetIOHDF5ReadData at INITIAL
{
  LANG: C
  OPTIONS: global
} "Read initial data from file"

schedule CarpetIOHDF5_InitialDataCheckpoint at CPINITIAL
{
  LANG:C
  OPTIONS: meta
} "Initial data checkpoint routine"

schedule CarpetIOHDF5_EvolutionCheckpoint at CHECKPOINT
{
  LANG: C
  OPTIONS: meta
} "Do checkpointing"

if (! CCTK_Equals (recover, "no") && *recover_file)
{
  schedule CarpetIOHDF5_RecoverParameters at RECOVER_PARAMETERS
  {
    LANG:C
    OPTIONS: meta
  } "Parameter recovery routine"
}