scal_schw_eff_get_dsingular_dt Interface

interface


Calls

interface~~scal_schw_eff_get_dsingular_dt~~CallsGraph interface~scal_schw_eff_get_dsingular_dt scal_schw_eff_get_dsingular_dt proc~scal_schw_eff_get_dsingular_dt scal_schw_eff_get_dsingular_dt interface~scal_schw_eff_get_dsingular_dt->proc~scal_schw_eff_get_dsingular_dt interface~get_dphidt get_dphidt proc~scal_schw_eff_get_dsingular_dt->interface~get_dphidt

public module subroutine scal_schw_eff_get_dsingular_dt(this, r, mode, dpsidt)

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(:):: dpsidt

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

Description

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