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
294 B
Gnuplot
12 lines
294 B
Gnuplot
load '../../main.plt'
|
|
load '../all.plt'
|
|
|
|
set output 'rms.2D.res.1.order.2-5.eps'
|
|
|
|
set title '2-D Interpolation Error Data, Mesh 1'
|
|
|
|
plot 'rms.out' u 1:2 t 'Order 2' w lp, \
|
|
'' u 1:3 t 'Order 3' w lp, \
|
|
'' u 1:4 t 'Order 4' w lp, \
|
|
'' u 1:5 t 'Order 5' w lp;
|