scal_schw_eff_get_singular Interface

interface


Calls

interface~~scal_schw_eff_get_singular~~CallsGraph interface~scal_schw_eff_get_singular scal_schw_eff_get_singular proc~scal_schw_eff_get_singular scal_schw_eff_get_singular interface~scal_schw_eff_get_singular->proc~scal_schw_eff_get_singular interface~get_phi get_phi proc~scal_schw_eff_get_singular->interface~get_phi

public module subroutine scal_schw_eff_get_singular(this, r, mode, psi)

Arguments

Type IntentOptional AttributesName
class(scal_schw_eff), intent(inout) :: this

The routine is called on this object.

real(kind=wp), intent(in) :: r

The radial coordinate (Schwarzschild coordinates).

integer(kind=ip), intent(in) :: mode

The mode.

complex(kind=wp), intent(out), dimension(:):: psi

A 1d-array of size nvars of complex values that on return contains the singular field for all variables.

Description

Interface of the routine that evaluates the singular field for a given mode and at a given radial coordinate.