We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3377c1 commit 5150d54Copy full SHA for 5150d54
PunctureTracker/schedule.ccl
@@ -23,6 +23,7 @@ SCHEDULE PunctureTracker_Setup IN PunctureTracker_SetupGroup
23
OPTIONS: GLOBAL
24
READS: pt_loc
25
READS: pt_vel
26
+ READS: BoxInBox::positions
27
WRITES: BoxInBox::positions
28
} "Calculate initial location of punctures"
29
@@ -31,6 +32,9 @@ SCHEDULE PunctureTracker_Track AT evol AFTER ODESolvers_Solve
31
32
LANG: C
33
34
READS: ADMBaseX::shift(everywhere)
35
+ READS: pt_loc
36
+ READS: pt_vel
37
38
WRITES: pt_loc
39
WRITES: pt_vel
40
0 commit comments