# Schedule definitions for thorn PunctureTracker # $Header$ storage: pt_loc[2] storage: pt_shift if(pt_track_punctures){ SCHEDULE PunctureTracker_init at CCTK_INITIAL { LANG: C OPTIONS: GLOBAL } "calculate new location of punctures" SCHEDULE PunctureTracker at CCTK_POSTSTEP before SphericalSurface_HasBeenSet { LANG: C OPTIONS: GLOBAL } "calculate new location of punctures" SCHEDULE update_punc_loc at CCTK_POSTSTEP after PunctureTracker before SphericalSurface_HasBeenSet { LANG: C OPTIONS: GLOBAL } "update new location of punctures" }