abstract_kick_body Abstract Interface

abstract interface
public subroutine abstract_kick_body(self, nbody_system, param, t, dt, lbeg)

Arguments

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

Swiftest generic body object

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

Swiftest nbody system objec

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.