File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55![ C++20] ( https://img.shields.io/badge/C%2B%2B-20-brightgreen.svg )
66![ OpenMP] ( https://img.shields.io/badge/OpenMP-enabled-orange.svg )
77
8- NEXT is a Multi-Threaded Simulation tool written in C/C++, solving the N-Body Problem
9- using the Barnes-Hut With Higher Order Multipopes Algorithm at a time of O(N log N) licensed under the GNU GPLv3+
8+ #### NEXT is a Multi-Threaded Simulation tool written in C/C++, solving the N-Body Problem
9+ #### using the Barnes-Hut With Higher Order Multipopes Algorithm at a time of O(N log N) licensed under the GNU GPLv3+
1010
1111### Initial Conditions
1212NEXT includes a modular python script to generate
@@ -68,18 +68,14 @@ NEXT uses Division-avoiding algebra optimizations to make the simulation run fas
6868
6969NEXT also uses the Kick-Drift-Kick Leapfrog method which is implemented like this:
7070
71- "
72-
73- - Compute velocities with 0.5 of dt
74- - Compute Positions with full dt
75- - Compute velocities with 0.5 dt
76-
77- "
71+ 1 . Compute velocities with 0.5 dt
72+ 2 . Compute positions with full dt
73+ 3 . Compute velocities with 0.5 dt
7874
7975### NEXT Data Output
8076NEXT uses the .VTK format to output data.
8177More formats like HDF5 are planned.
8278
8379#### Media examples of NEXT
8480
85- [ ▶ Preview the figure-eight simulation] ( https://timgothecreator.github.io/videos/f8th.mp4 )
81+ ▶ [ Preview the figure-eight simulation] ( https://timgothecreator.github.io/videos/f8th.mp4 )
You can’t perform that action at this time.
0 commit comments