File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88NEXT is a Multi-Threaded Simulation tool written in C/C++, solving the N-Body Problem
99using the Barnes-Hut With Higher Order Multipopes Algorithm at a time of O(N log N) licensed under the GNU GPLv3+
1010
11+ #### Preview of the figure-eight simulation in NEXT rendered with ParaView
12+
13+ <video controls width =" 300 " >
14+ <source src =" https://timgothecreator.github.io/videos/f8th.mp4 " type =" video/mp4 " >
15+ Your browser does not support the video tag.
16+ </video >
17+
1118### Initial Conditions
1219NEXT includes a modular python script to generate
1320initial conditions, it outputs simple
@@ -78,4 +85,4 @@ NEXT also uses the Kick-Drift-Kick Leapfrog method which is implemented like thi
7885
7986### NEXT Data Output
8087NEXT uses the .VTK format to output data.
81- More formats like HDF5 are planned.
88+ More formats like HDF5 are planned.
You can’t perform that action at this time.
0 commit comments