aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: cce26afc3e241417c40b7be73fcb1dd91e09c50c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Schedule definitions for thorn PunctureTracker

STORAGE: pt_loc pt_loc_p

SCHEDULE PunctureTracker_Init AT initial
{
  LANG: C
  OPTIONS: GLOBAL
} "Calculate initial location of punctures"

SCHEDULE PunctureTracker_Track AT evol AFTER MoL_Evolution
{
  LANG: C
  OPTIONS: GLOBAL
} "Calculate new location of punctures"

SCHEDULe PunctureTracker_SetPositions AT preregrid
{
  LANG: C
  OPTIONS: global
} "Set positions of refined regions"