Skip to content

Commit 548a510

Browse files
Update README.md
1 parent 66e163f commit 548a510

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ python two_body.py
4040

4141
### NEXT Mathematics
4242
NEXT uses Division-avoiding algebra optimizations to make the simulation run faster.
43-
NEXT also uses the KDK Leapfrog integrator to ensure accurate results.
43+
NEXT also uses the Kick-Drift-Kick Leapfrog method which is implemented like this:
44+
"
45+
Compute velocities with 0.5 of dt
46+
Compute Positions with full dt
47+
Compute velocities with 0.5 dt
48+
"
4449

4550
### NEXT Data Output
4651
NEXT uses the .VTK format to output data.

0 commit comments

Comments
 (0)