Integrate the trajectory of one body using explicit Euler.
id | Body ID. |
dt | Time step size. |
solver | Solver. |
The explicit Euler algorithm, also known as forward Euler, is used. It is a first-order integrator that does not conserve energy (i.e. it is not symplectic.)
#include <Integrators.h>
Public Member Functions | |
void | operator() (BodyID id, real_t dt, ICR &solver) const |
|
inline |