forked from moebiusband/NuSiF-Solver
BasicSolver
2D-mpi
src
Makefile
README.md
canal.par
config.mk
dcavity.par
include_CLANG.mk
include_GCC.mk
include_ICC.mk
surface.plot
vector.plot
2D-seq
3D-mpi
3D-seq
README.md
EnhancedSolver
PoissonSolver
.clang-format
.clang-tidy
.clangd
.gitignore
LICENSE
README.md
6 lines
198 B
Gnuplot
6 lines
198 B
Gnuplot
set terminal png size 1800,768 enhanced font ,12
|
|
set output 'velocity.png'
|
|
set datafile separator whitespace
|
|
|
|
plot 'velocity.dat' using 1:2:3:4:5 with vectors filled head size 0.01,20,60 lc palette
|