added 3D data for resolution study

This commit is contained in:
Stephen McQuay 2011-05-20 18:04:03 -06:00
parent 39af585ade
commit 1a2f7bb08a
2 changed files with 20 additions and 0 deletions

View 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

View 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;