eff_source_evaluate_source Abstract Interface

abstract interface
public subroutine eff_source_evaluate_source(this, r, wt)

Arguments

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

The routine is called on this object.

type(rgf), intent(in) :: r

A real values grid function that contain the radial coordinate (in Schwarzschild coordinates).

type(wtube), intent(in) :: wt

A world-tube object that ensures that the effective source is only non-zero inside the world-tube.

Description

The interface of the routine that evaluates the effective source.

On return source contains the evaluated effective source.