Working 2D PT MPI v3 w/o vtk writer(normal writer)
This commit is contained in:
9
BasicSolver/2D-mpi-v3/vis_files/animate.plot
Normal file
9
BasicSolver/2D-mpi-v3/vis_files/animate.plot
Normal 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
|
BIN
BasicSolver/2D-mpi-v3/vis_files/trace.gif
Normal file
BIN
BasicSolver/2D-mpi-v3/vis_files/trace.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 246 KiB |
Reference in New Issue
Block a user