Skip to content

robat28/n-body-simulation

Repository files navigation

C++ mit CMake Template

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.2

Phase 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors