abstract_step_system Abstract Interface

abstract interface
public subroutine abstract_step_system(self, param, t, dt)

Arguments

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

Swiftest nbody_system object

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

Current run configuration parameters

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

Simulation time

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

Current stepsize