Integrate sequential enhanced solver

This commit is contained in:
2024-02-15 09:44:06 +01:00
parent 5d33bb9d57
commit fe57042556
35 changed files with 2548 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
unset border; unset tics; unset key;
set term gif animate delay 30
set output "trace.gif"
set xrange [0:1]
set yrange [0:1]
do for [ts=0:120] {
plot "particles_".ts.".dat" with points pointtype 7
}
unset output