convert_rschw_to_rstar Subroutine

subroutine convert_rschw_to_rstar(rp, drpdt, d2rpdt2)

Uses

  • proc~~convert_rschw_to_rstar~~UsesGraph proc~convert_rschw_to_rstar convert_rschw_to_rstar module~numerics numerics proc~convert_rschw_to_rstar->module~numerics module~parameters parameters proc~convert_rschw_to_rstar->module~parameters module~kinds kinds module~numerics->module~kinds module~parameters->module~kinds

Routine that converts the particle location and time derivatives in Schwarszschild coordinates to Tortoise coordinates.

Arguments

Type IntentOptional AttributesName
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, .


Calls

proc~~convert_rschw_to_rstar~~CallsGraph proc~convert_rschw_to_rstar convert_rschw_to_rstar proc~rstar_of_r rstar_of_r proc~convert_rschw_to_rstar->proc~rstar_of_r

Called by

proc~~convert_rschw_to_rstar~~CalledByGraph proc~convert_rschw_to_rstar convert_rschw_to_rstar proc~tdc_set_coefficients tdc_set_coefficients proc~tdc_set_coefficients->proc~convert_rschw_to_rstar interface~tdc_set_coefficients tdc_set_coefficients interface~tdc_set_coefficients->proc~tdc_set_coefficients

Contents

None