added 3D data for resolution study
This commit is contained in:
parent
39af585ade
commit
1a2f7bb08a
3
plots/resolution.3D.gmsh.out
Normal file
3
plots/resolution.3D.gmsh.out
Normal file
@ -0,0 +1,3 @@
|
||||
0.0454730588061 0.000214779089741 7.38934716129e-05 1.41791618738e-05 3.86414745401e-06
|
||||
0.00997060697355 1.77866400479e-06 1.42892679232e-07 1.01412678674e-08 6.64644538372e-10
|
||||
0.00461278449044 1.76222798245e-07 1.43900476376e-08 3.24157996636e-10 9.90535684124e-12
|
17
plots/resolution.3D.gmsh.plt
Normal file
17
plots/resolution.3D.gmsh.plt
Normal file
@ -0,0 +1,17 @@
|
||||
set terminal postscript enhanced
|
||||
|
||||
# hello world
|
||||
|
||||
set log xy
|
||||
set key right bottom
|
||||
|
||||
set xrange [0.004:0.055]
|
||||
|
||||
set xlabel "Mesh Spacing"
|
||||
set ylabel "RMS of error"
|
||||
|
||||
plot './resolution.3D.gmsh.out' \
|
||||
u 1:2 t "{/Symbol n} = 2" w l,\
|
||||
"" u 1:3 t "{/Symbol n} = 3" w l,\
|
||||
"" u 1:4 t "{/Symbol n} = 4" w l,\
|
||||
"" u 1:5 t "{/Symbol n} = 5" w l;
|
Loading…
Reference in New Issue
Block a user