forked from moebiusband/NuSiF-Solver
Initial checkin
This commit is contained in:
7
BasicSolver/2D-mpi-v1/surface.plot
Normal file
7
BasicSolver/2D-mpi-v1/surface.plot
Normal file
@@ -0,0 +1,7 @@
|
||||
set terminal png size 1024,768 enhanced font ,12
|
||||
set output 'p.png'
|
||||
set datafile separator whitespace
|
||||
|
||||
set grid
|
||||
set hidden3d
|
||||
splot 'pressure.dat' using 1:2:3 with lines
|
Reference in New Issue
Block a user