sf_init Module Procedure

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

Uses

  • proc~~sf_init~~UsesGraph proc~sf_init sf_init module~parameters parameters proc~sf_init->module~parameters module~kinds kinds module~parameters->module~kinds

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.


Calls

proc~~sf_init~~CallsGraph proc~sf_init 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

Called by

proc~~sf_init~~CalledByGraph proc~sf_init sf_init interface~sf_init sf_init interface~sf_init->proc~sf_init

Contents

None