(no title)
markstock | 9 months ago
If you see bodies flung out after close passes, three solutions are available: reduce the time step, use a higher order time integrator, and (the most common method) add regularization. Regularization (often called "softening") removes the singularity by adding a constant to the squared distance. So 1 over zero becomes one over a small-ish and finite number.
hermitcrab|9 months ago
IIRC that is what I did in the end. It is fudge, but it works.
markstock|9 months ago