testgamma.gph

来自「OpenFVM-v1.1 open source cfd code」· GPH 代码 · 共 16 行

GPH
16
字号
#set terminal postscript eps            # set output to eps fileset xtic auto                          # set xtics automaticallyset ytic auto                          # set ytics automaticallyset key Left reverseset title 'Transport of a scalar with periodic boundary conditions'set xlabel 'x (m)'set ylabel 'Volume fraction'set xrange[0.0:1.0]set yrange[-0.2:1.2]set key 0.8,0.8set pointsize 1#set output 'testgamma.eps' plot 'testgamma_0.txt' using 3:4 title 'Exact' with lines 1, 'testgamma.txt' using 3:4 title 'Serial version' with lines 2pause -1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?