Working 2D PT MPI v3 w/o vtk writer(normal writer)

This commit is contained in:
2023-08-24 12:10:11 +02:00
parent c13d88f4fa
commit 920dd887ea
7 changed files with 109 additions and 46 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB