|
5 months ago | |
---|---|---|
benches | 5 months ago | |
src | 5 months ago | |
.gitignore | 5 months ago | |
Cargo.toml | 5 months ago | |
README.md | 5 months ago | |
rustfmt.toml | 5 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.