Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sf_observer), | intent(inout) | :: | this | The self-force observer that is being initialized. |
||
real(kind=wp), | intent(in), | dimension(:) | :: | rad | A 1d-array containing the radii where the observations have to be performed. Obviously it only makes sense to pass in the particle location. |
|
type(rgf), | intent(in) | :: | coord | A real grid function containing the coordinates of the grid. |
||
class(*), | intent(in), | target | :: | object | The object on which observations have to be done. This has to be of type scal_schw. |
The interface for the sf_observer version of init. This interface is consistent with obs_init_interface.