Skip to content

Commit cf420e3

Browse files
Update README.md
1 parent 12b24c9 commit cf420e3

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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
1212
NEXT includes a modular python script to generate
@@ -68,18 +68,14 @@ NEXT uses Division-avoiding algebra optimizations to make the simulation run fas
6868

6969
NEXT 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
8076
NEXT uses the .VTK format to output data.
8177
More 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)

0 commit comments

Comments
 (0)