Corrections in enhanced solver

This commit is contained in:
2023-09-19 14:17:20 +02:00
parent 823d1aac8f
commit 667e194a6b
9 changed files with 20030 additions and 20029 deletions

View File

@@ -3,7 +3,7 @@ set term gif animate delay 50
set output "trace.gif"
set xrange [0:30]
set yrange [0:4]
do for [ts=0:600] {
do for [ts=0:1340] {
plot "particles_".ts.".dat" with points pointtype 7
}
unset output

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 17 MiB