| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| 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. |