abstract_accel Interface

interface
public subroutine abstract_accel(self, nbody_system, param, t, lbeg)

Arguments

Type IntentOptional Attributes Name
class(swiftest_body), intent(inout) :: self

Swiftest body data structure

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 simulation time

logical, intent(in) :: lbeg

Optional argument that determines whether or not this is the beginning or end of the step