Skip to content
Snippets Groups Projects
Commit eeac2f9c authored by Armin Damon Riess's avatar Armin Damon Riess
Browse files

description and instructions

parent 997d5bb0
No related branches found
No related tags found
No related merge requests found
# N Body Simulation
This code simulates particles under self-gravity. The forces are calculated via direct summation or with a tree and multipole expansion.
Most of the code is written in C++, Python is used to make plots and animations. OpenMP is used for parallelisation.
## Make build directory
'''
nbody$ mkdir build
nbody$ cd build
nbody/build$ cmake ..
'''
## Create Repository
## Compiling and running the simulation
```
git init
git remote add origin git@gitlab.uzh.ch:armindamon.riess/nbody.git
git pull --set-upstream origin master
```
\ No newline at end of file
'''
nbody/build$ make
nbody/build$ ./nbody
'''
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment