We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e163f commit 548a510Copy full SHA for 548a510
1 file changed
README.md
@@ -40,7 +40,12 @@ python two_body.py
40
41
### NEXT Mathematics
42
NEXT uses Division-avoiding algebra optimizations to make the simulation run faster.
43
-NEXT also uses the KDK Leapfrog integrator to ensure accurate results.
+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
49
50
### NEXT Data Output
51
NEXT uses the .VTK format to output data.
0 commit comments