|
4 months ago | |
---|---|---|
benches | 4 months ago | |
src | 4 months ago | |
.gitignore | 4 months ago | |
Cargo.toml | 4 months ago | |
README.md | 4 months ago | |
rustfmt.toml | 4 months ago |
nbody_barnes_hut
is designed to facilitate the simulation of N-body systems in O(nlogn)
time.
This is useful for many applications: common ones are gravitational simulations and electrostatic simulations.
Simulations in 2D and 3D are both supported.