Represents a function object used for simulating the Universe. Should encapsulate the numerical integration method and other necessary simulation logic. Can use an external force calculation function object - see Force.
Simulate a step in the Universe by using the previous and/or current state and a time step.
time step.
current state of the Universe.
previous state of the Universe.
the next state of the Universe.
Generated using TypeDoc
Represents a function object used for simulating the Universe. Should encapsulate the numerical integration method and other necessary simulation logic. Can use an external force calculation function object - see Force.