Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions PunctureTracker/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ SCHEDULE PunctureTracker_Setup IN PunctureTracker_SetupGroup
OPTIONS: GLOBAL
READS: pt_loc
READS: pt_vel
READS: BoxInBox::positions
WRITES: BoxInBox::positions
} "Calculate initial location of punctures"

Expand All @@ -31,6 +32,9 @@ SCHEDULE PunctureTracker_Track AT evol AFTER ODESolvers_Solve
LANG: C
OPTIONS: GLOBAL
READS: ADMBaseX::shift(everywhere)
READS: pt_loc
READS: pt_vel
READS: BoxInBox::positions
WRITES: pt_loc
WRITES: pt_vel
WRITES: BoxInBox::positions
Expand Down