get_phi Interface

interface


Called by

interface~~get_phi~~CalledByGraph interface~get_phi get_phi proc~scal_schw_eff_get_singular scal_schw_eff_get_singular proc~scal_schw_eff_get_singular->interface~get_phi interface~scal_schw_eff_get_singular scal_schw_eff_get_singular interface~scal_schw_eff_get_singular->proc~scal_schw_eff_get_singular

subroutine get_phi(mode, r, phire, phiim) 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) :: phire

On output the real part of the singular field .

real(kind=c_double) :: phiim

On output the imaginary part of the singular field .

Description

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