Files
BasicSolver
EnhancedSolver
2D-mpi
src
vis_files
Makefile
README.md
backstep.par
canal.par
config.mk
dcavity.par
include_CLANG.mk
include_GCC.mk
include_ICX.mk
karman.par
residual.plot
surface.plot
vector.plot
2D-seq
3D-mpi
3D-seq
PoissonSolver
.clang-format
.clang-tidy
.clangd
.gitignore
LICENSE
README.md
NuSiF-Solver/EnhancedSolver/2D-mpi/surface.plot

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