2D-MPI Multigrid complete and tested
This commit is contained in:
10
BasicSolver/2D-mpi-v3-multigrid/vis_files/animate.plot
Normal file
10
BasicSolver/2D-mpi-v3-multigrid/vis_files/animate.plot
Normal file
@@ -0,0 +1,10 @@
|
||||
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:120] {
|
||||
plot "particles_".ts.".dat" with points pointtype 7
|
||||
}
|
||||
unset output
|
@@ -0,0 +1,12 @@
|
||||
unset border; unset tics; unset key;
|
||||
set term gif animate delay 10
|
||||
set output "trace.gif"
|
||||
set xrange [0:7]
|
||||
set yrange [0:1.5]
|
||||
set object 1 rect from 0.0,0.0 to 1.0,0.5 lw 2
|
||||
|
||||
|
||||
do for [ts=0:300] {
|
||||
plot "particles_".ts.".dat" with points pointtype 7
|
||||
}
|
||||
unset output
|
@@ -0,0 +1,13 @@
|
||||
unset border; unset tics; unset key;
|
||||
set term gif animate delay 10
|
||||
set output "trace.gif"
|
||||
set xrange [0:30]
|
||||
set yrange [0:8]
|
||||
set size ratio -1
|
||||
set object 1 circle front at 5.0,4.0 size 1.0 fillcolor rgb "black" lw 2
|
||||
|
||||
|
||||
do for [ts=0:500] {
|
||||
plot "particles_".ts.".dat" with points pointtype 7 pointsize 0.3
|
||||
}
|
||||
unset output
|
BIN
BasicSolver/2D-mpi-v3-multigrid/vis_files/trace.gif
Normal file
BIN
BasicSolver/2D-mpi-v3-multigrid/vis_files/trace.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 751 KiB |
Reference in New Issue
Block a user