7 lines
129 B
Gnuplot
Executable File
7 lines
129 B
Gnuplot
Executable File
#!/usr/bin/gnuplot
|
|
|
|
# compare SPH shock output with exact solution
|
|
plot 'dump.3d.last' u 3:6, "exact_solution.dat" w l
|
|
pause -1
|
|
|