nbody icon indicating copy to clipboard operation
nbody copied to clipboard

Fast n-body gravitational simulation code, written in C++ with ports to other slower languages

Results 7 nbody issues
Sort by recently updated
recently updated
newest added

Right now, the C++ code might allow for memory leaks. In particular, a new System object is created upon every call of simulate(). We should investigate what happens to the...

fding, I've corrected a typographical error in the documentation of the [nbody](https://github.com/fding/nbody) project. You should be able to merge this pull request automatically. However, if this was intentional or you...

Store the states of the solar system in a file rather than in the code and save more states of the solar system (like, the state of the solar system...

enhancement

Add documentation describing: 1. The integrators used. 2. Integration accuracy. 3. Initial conditions. 4. Parameters. 5. Miscellaneous theory (general relativity, etc).

Investigate other integrators, and possibly incorporate of GR (in C++ code but not in python yet) and planetary figures. For instance, include more objects, like: Pluto Barycenter Major satellites, like...

enhancement

Create a cleaner interface to the n-body integration.

enhancement