Routine that converts the particle location and time derivatives in Schwarszschild coordinates to Tortoise coordinates.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(inout) | :: | rp | On input the particle location in Schwarschild coordinates, rp. On output the particle location in Tortoise coordinates, rp∗. |
||
real(kind=wp), | intent(inout) | :: | drpdt | On input the time derivative of the particle location in Schwarschild coordinates, drpdt. On output the time derivative of the particle location in Tortoise coordinates, drp∗dt. |
||
real(kind=wp), | intent(inout) | :: | d2rpdt2 | On input the second time derivative of the particle location in Schwarschild coordinates, d2rpdt2. On output the second time derivative of the particle location in Tortoise coordinates, d2rp∗dt2. |