https://github.com/bradenn/nbodies
A program that simulates the gravitational attraction and physical collisions of n-bodies on a macro scale.
https://github.com/bradenn/nbodies
gravity n-bodies openmp parallel
Last synced: about 2 months ago
JSON representation
A program that simulates the gravitational attraction and physical collisions of n-bodies on a macro scale.
- Host: GitHub
- URL: https://github.com/bradenn/nbodies
- Owner: bradenn
- Created: 2022-12-14T19:43:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T19:43:19.000Z (about 3 years ago)
- Last Synced: 2024-01-27T20:43:37.828Z (about 2 years ago)
- Topics: gravity, n-bodies, openmp, parallel
- Language: C++
- Homepage:
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# N-Bodies Parallel Simulator
This program simulates the gravitational attraction and physical collisions of n-bodies on a macro scale.
### 1024 Random Bodies

### 1728 Bodies from a Cube shape


## Interesting Outputs
  
## Using Barnes-Hut
This iteration can be found in the archived folder, or at bradenn/barnes-hut




