added plots for resolution study

This commit is contained in:
Stephen McQuay 2011-05-20 11:14:41 -06:00
parent c85164769d
commit 50377cc5c2
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,10 @@
0.100000 5.454494e-02 5.385062e-02 5.285891e-02 4.914554e-02 4.488438e-02 4.020851e-02 4.433579e-01 2.521226e-01
0.050000 1.395413e-02 9.207197e-03 6.992931e-03 3.470894e-03 2.343029e-03 7.337325e-04 3.926965e-02 3.088069e-02
0.033333 5.929130e-03 2.436320e-03 1.556538e-03 6.478921e-04 2.365862e-04 5.163879e-05 3.950535e-03 1.099002e+00
0.025000 3.458819e-03 1.145676e-03 5.850644e-04 1.480250e-04 4.109060e-05 9.028686e-06 1.554569e-03 2.617057e-03
0.020000 2.165222e-03 5.263389e-04 2.267443e-04 5.100656e-05 1.084291e-05 5.646885e-06 7.666564e-04 2.129549e-03
0.016667 1.377098e-03 2.505284e-04 1.035185e-04 1.721742e-05 3.774741e-06 1.655421e-06 6.967292e-04 6.838002e-03
0.014286 1.170563e-03 1.687289e-04 6.493112e-05 7.191407e-06 1.531990e-06 1.308904e-06 5.677920e-04 5.421984e-03
0.012500 8.080628e-04 9.612236e-05 3.451960e-05 3.464730e-06 5.684743e-07 8.885804e-07 4.182451e-02 6.473690e-04
0.011111 6.734982e-04 5.635833e-05 2.376308e-05 1.490200e-06 3.279834e-07 2.602764e-07 3.428042e-04 2.750414e-04
0.010000 5.439859e-04 3.895801e-05 1.519603e-05 8.181585e-07 1.671981e-07 1.533771e-07 1.503568e-04 3.344840e-04

18
plots/resolution.gnuplot Normal file
View File

@ -0,0 +1,18 @@
set terminal postscript enhanced
# hello world
set log xy
set key right bottom
set xrange [0.008:0.18]
set xlabel "Mesh Spacing"
set ylabel "RMS of error"
plot './resolution.2D.64.out' u 1:2 t "{/Symbol n} = 1" w l,\
"" u 1:3 t "{/Symbol n} = 2" w l,\
"" u 1:4 t "{/Symbol n} = 3" w l,\
"" u 1:5 t "{/Symbol n} = 4" w l,\
"" u 1:6 t "{/Symbol n} = 5" w l,\
"" u 1:7 t "{/Symbol n} = 6" w l;