Represents a simulation function object that uses the Semi-Implicit Euler integration method to simulate the motion of bodies.
Create a new SemiImplicitEulerSim with the provided force calculator, which is invoked on every simulation step.
force calculator.
Force object to calculate forces on bodies in the Universe.
Simulate a step in the Universe by using the current state and a time step, using the Semi-Implicit Euler integration method.
time step.
current state.
new state after the simulation step.
Generated using TypeDoc
Represents a simulation function object that uses the Semi-Implicit Euler integration method to simulate the motion of bodies.