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, . On output the particle location in Tortoise coordinates, . |
||
real(kind=wp), | intent(inout) | :: | drpdt | On input the time derivative of the particle location in Schwarschild coordinates, . On output the time derivative of the particle location in Tortoise coordinates, . |
||
real(kind=wp), | intent(inout) | :: | d2rpdt2 | On input the second time derivative of the particle location in Schwarschild coordinates, . On output the second time derivative of the particle location in Tortoise coordinates, . |