Anleitung um die N-Körper Simulation auszuführen
Phase 2 mit 20000.csv
cd "path_to_cloned_directory"
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
cmake --build build
./simulate --file ../Phase_2/20000.csv --dt 300 --t_end 6000000 --vs 200 --algorithm_type 1 --theta 1.2Phase 2 mit dubinski.csv
cd "path_to_cloned_directory"
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
cmake --build build
./simulate --file ../Phase_2/dubinski.csv --dt 0.03 --t_end 120 --vs 20 --algorithm_type 1 --theta 1.5