Stephen Mardson McQuay
3f73aa6bc3
--HG-- rename : plots/rms/2D/rms.res.1-4.order.2.plt => plots/rms/2D/rms.1-4.2.plt rename : plots/rms/2D/rms.res.1-4.order.3.plt => plots/rms/2D/rms.1-4.3.plt rename : plots/rms/2D/rms.res.1-4.order.4.plt => plots/rms/2D/rms.1-4.4.plt rename : plots/rms/2D/rms.res.1-4.order.5.plt => plots/rms/2D/rms.1-4.5.plt rename : plots/rms/2D/rms.res.1.order.2-5.plt => plots/rms/2D/rms.1.2-5.plt rename : plots/rms/2D/rms.res.2.order.2-5.plt => plots/rms/2D/rms.2.2-5.plt rename : plots/rms/2D/rms.res.3.order.2-5.plt => plots/rms/2D/rms.3.2-5.plt rename : plots/rms/2D/rms.res.4.order.2-5.plt => plots/rms/2D/rms.4.2-5.plt rename : plots/rms/3D/rms.res.1-3.order.2.plt => plots/rms/3D/rms.1-3.2.plt rename : plots/rms/3D/rms.res.1-3.order.3.plt => plots/rms/3D/rms.1-3.3.plt rename : plots/rms/3D/rms.res.1-3.order.4.plt => plots/rms/3D/rms.1-3.4.plt rename : plots/rms/3D/rms.res.1-3.order.5.plt => plots/rms/3D/rms.1-3.5.plt rename : plots/rms/3D/rms.res.1.order.2-5.plt => plots/rms/3D/rms.1.2-5.plt rename : plots/rms/3D/rms.res.2.order.2-5.plt => plots/rms/3D/rms.2.2-5.plt rename : plots/rms/3D/rms.res.3.order.2-5.plt => plots/rms/3D/rms.3.2-5.plt
12 lines
298 B
Gnuplot
12 lines
298 B
Gnuplot
load '../../main.plt'
|
|
load '../all.plt'
|
|
|
|
set output 'rms.3D.res.3.order.2-5.eps'
|
|
|
|
set title "3-D Interpolation Error Data, Mesh 3"
|
|
|
|
plot 'rms.out' u 1:10 t 'Order 2' w lp, \
|
|
'' u 1:11 t 'Order 3' w lp, \
|
|
'' u 1:12 t 'Order 4' w lp, \
|
|
'' u 1:13 t 'Order 5' w lp;
|