get_dphidr Interface

interface


Called by

interface~~get_dphidr~~CalledByGraph interface~get_dphidr get_dphidr proc~scal_schw_eff_get_dsingular_dr scal_schw_eff_get_dsingular_dr proc~scal_schw_eff_get_dsingular_dr->interface~get_dphidr interface~scal_schw_eff_get_dsingular_dr scal_schw_eff_get_dsingular_dr interface~scal_schw_eff_get_dsingular_dr->proc~scal_schw_eff_get_dsingular_dr

subroutine get_dphidr(mode, r, dphidrre, dphidrim) bind(c, name="0")

Arguments

Type IntentOptional AttributesName
integer(kind=c_int) :: mode

The mode.

real(kind=c_double) :: r

The radial coordinate, , in Schwarzschild coordinates.

real(kind=c_double) :: dphidrre

On output the real part of the radial derivative of the singular field .

real(kind=c_double) :: dphidrim

On output the imaginary part of the radial derivative of the singular field .

Description

Interface to the C++ routine dPhi_dt that evaluates the radial derivative of the singuler field at a given radial coordinate in Schwarzschild coordinates.