aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 33b9779f66ce937eef13413cfeb02aac367ac6d2 (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 pt_vel

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 POSTSTEP
{
  LANG: C
  OPTIONS: global
} "Copy puncture positions to spherical surfaces"