updated plot files for thesis

This commit is contained in:
Stephen McQuay 2011-06-01 09:51:43 -06:00
parent e553c6c98a
commit 536f3209a6
10 changed files with 11 additions and 9 deletions

View File

@ -1,4 +1,4 @@
a = 0.00885; a = 0.0885;
Point(0) = {0, 0, 0, a}; Point(0) = {0, 0, 0, a};
Point(1) = {1, 0, 0, a}; Point(1) = {1, 0, 0, a};
Point(2) = {1, 1, 0, a}; Point(2) = {1, 1, 0, a};

View File

@ -2,3 +2,5 @@ set terminal postscript enhanced eps color
#set terminal postscript enhanced eps #set terminal postscript enhanced eps
set grid set grid
set size 0.8,0.8

View File

@ -5,7 +5,7 @@ set output 'rms.2.1.2-5.eps'
unset xlabel unset xlabel
set title '2-D Interpolation Error, Mesh 1' set title 'Mesh 1'
plot 'rms.out' u 1:2 t 'Order 2' w lp, \ plot 'rms.out' u 1:2 t 'Order 2' w lp, \
'' u 1:3 t 'Order 3' w lp, \ '' u 1:3 t 'Order 3' w lp, \

View File

@ -5,7 +5,7 @@ set output 'rms.2.2.2-5.eps'
unset xlabel unset xlabel
set title '2-D Interpolation Error, Mesh 2' set title 'Mesh 2'
plot 'rms.out' u 1:6 t 'Order 2' w lp, \ plot 'rms.out' u 1:6 t 'Order 2' w lp, \
'' u 1:7 t 'Order 3' w lp, \ '' u 1:7 t 'Order 3' w lp, \

View File

@ -5,7 +5,7 @@ set output 'rms.2.3.2-5.eps'
unset xlabel unset xlabel
set title '2-D Interpolation Error, Mesh 3' set title 'Mesh 3'
plot 'rms.out' u 1:10 t 'Order 2' w lp, \ plot 'rms.out' u 1:10 t 'Order 2' w lp, \
'' u 1:11 t 'Order 3' w lp, \ '' u 1:11 t 'Order 3' w lp, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'rms.2.4.2-5.eps' set output 'rms.2.4.2-5.eps'
set title '2-D Interpolation Error, Mesh 4' set title 'Mesh 4'
plot 'rms.out' u 1:14 t 'Order 2' w lp, \ plot 'rms.out' u 1:14 t 'Order 2' w lp, \
'' u 1:15 t 'Order 3' w lp, \ '' u 1:15 t 'Order 3' w lp, \

View File

@ -5,7 +5,7 @@ set output 'truthy.2.1.2-5.eps'
unset xlabel unset xlabel
set title "2-D Improvement, Mesh 1" set title 'Mesh 1'
plot 'truthy.out' \ plot 'truthy.out' \
u 1:2 t 'Order 2' w lp, \ u 1:2 t 'Order 2' w lp, \

View File

@ -5,7 +5,7 @@ set output 'truthy.2.2.2-5.eps'
unset xlabel unset xlabel
set title "2-D Improvement, Mesh 2" set title 'Mesh 2'
plot 'truthy.out' \ plot 'truthy.out' \
u 1:6 t 'Order 2' w lp, \ u 1:6 t 'Order 2' w lp, \

View File

@ -5,7 +5,7 @@ set output 'truthy.2.3.2-5.eps'
unset xlabel unset xlabel
set title "2-D Improvement, Mesh 3" set title 'Mesh 3'
plot 'truthy.out' \ plot 'truthy.out' \
u 1:10 t 'Order 2' w lp, \ u 1:10 t 'Order 2' w lp, \

View File

@ -3,7 +3,7 @@ load '../all.plt'
set output 'truthy.2.4.2-5.eps' set output 'truthy.2.4.2-5.eps'
set title "2-D Improvement, Mesh 4" set title 'Mesh 4'
plot 'truthy.out' \ plot 'truthy.out' \
u 1:14 t 'Order 2' w lp, \ u 1:14 t 'Order 2' w lp, \