sf_init Interface

interface


Calls

interface~~sf_init~~CallsGraph interface~sf_init sf_init proc~sf_init sf_init interface~sf_init->proc~sf_init proc~n_unique_values n_unique_values proc~sf_init->proc~n_unique_values interface~find_indices find_indices proc~sf_init->interface~find_indices proc~find_indices find_indices interface~find_indices->proc~find_indices

public module subroutine sf_init(this, rad, coord, object)

Arguments

Type IntentOptional AttributesName
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.

Description

The interface for the sf_observer version of init. This interface is consistent with obs_init_interface.