output puncture velocity in puncturetracker

Issue #637 closed
Roland Haas created an issue

the attached patch allows the puncture velocities to be output (simply moves the result of an interpolation into grid functions).

Keyword: PunctureTracker

Comments (4)

  1. Frank Löffler
    • removed comment

    The patch looks fine, but why do you define pt_vel_t if the only thing it will ever be set to is cctk_time?

  2. Roland Haas reporter
    • changed status to resolved
    • removed comment

    I only define pt_vel_t to do the very same thing that is done for pt_loc (maybe it also makes output nicer?). I applied the patch (as is, the extra double value should not hurt anyone and it makes pt_vel the same as pt_loc).

  3. Log in to comment