File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
contents/verlet_integration/code/asm-x64 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 zero: .double 0 . 0
55 two: .double 2 . 0
66 half: .double 0 . 5
7- verlet_fmt: .string "Time for Verlet integration is: %lf\n"
8- stormer_fmt: .string "Time and Velocity for Stormer Verlet Integration is: %lf, %lf\n"
9- velocity_fmt: .string "Time and Velocity for Velocity Verlet Integration is: %lf, %lf\n"
7+ verlet_fmt: .string "[#] Time for Verlet integration is:\n %lf\n"
8+ stormer_fmt: .string "[#] Time for Stormer Verlet Integration is:\n %lf\n[#] Velocity for Stormer Verlet Integration is:\n %lf\n"
9+ velocity_fmt: .string "[#] Time for Velocity Verlet Integration is:\n %lf\n[#] Velocity for Velocity Verlet Integration is:\n %lf\n"
1010 pos: .double 5 . 0
1111 acc: .double - 10 . 0
1212 dt : .double 0 . 01
You can’t perform that action at this time.
0 commit comments