Files
BasicSolver
2D-mpi
2D-mpi-v1
src
Makefile
README.md
canal.par
config.mk
dcavity.par
include_CLANG.mk
include_GCC.mk
include_ICC.mk
surface.plot
vector.plot
2D-mpi-v2
2D-mpi-v3
2D-seq
2D-seq-pt
3D-mpi
3D-mpi-io
3D-seq
README.md
PoissonSolver
.clang-format
.clang-tidy
.clangd
.gitignore
LICENSE
README.md
NuSiF-Solver/BasicSolver/2D-mpi-v1/surface.plot
Jan Eitzinger 213e633a4d Initial checkin
2023-02-05 07:34:23 +01:00

8 lines
169 B
Gnuplot

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