whm_kick_vh_tp Interface

interface
public module module subroutine whm_kick_vh_tp(self, nbody_system, param, t, dt, lbeg)

Arguments

TypeIntentOptionalAttributesName
class(whm_tp), intent(inout) :: self

WHM test particle object

class(swiftest_nbody_system), intent(inout) :: nbody_system

Swiftest nbody system object

class(swiftest_parameters), intent(inout) :: param

Current run configuration parameters

real(kind=DP), intent(in) :: t

Current time

real(kind=DP), intent(in) :: dt

Stepsize

logical, intent(in) :: lbeg

Logical flag indicating whether this is the beginning of the half step or not.