Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 395 Bytes

N-Body simualation

Template for the N-Body simulation in C++

Files

There are two template files available:

  • Nbody_template.cpp
  • Nbody_template.ipynb

To check your implementation there are to python scripts available to plot the trajectory of the bodys:

  • Plot.ipynb
  • Plot.py

To use the visualisation pipe your output of the simulation to the file out.txt and run the the script.