diff --git a/plots/timing/3D/time.1-3.2.plt b/plots/timing/3D/time.1-3.2.plt new file mode 100644 index 0000000..3c49378 --- /dev/null +++ b/plots/timing/3D/time.1-3.2.plt @@ -0,0 +1,10 @@ +load '../../main.plt' +load '../all.plt' + +set output 'time.3D.1-3.2.eps' + +set title '3-D Interpolation Timing Data, Order 2' + +plot 'time.out' u 1:2 t 'Mesh 1' w lp, \ + '' u 1:6 t 'Mesh 2' w lp, \ + '' u 1:10 t 'Mesh 3' w lp; diff --git a/plots/timing/3D/time.1-3.3.plt b/plots/timing/3D/time.1-3.3.plt new file mode 100644 index 0000000..4e30e3b --- /dev/null +++ b/plots/timing/3D/time.1-3.3.plt @@ -0,0 +1,10 @@ +load '../../main.plt' +load '../all.plt' + +set output 'time.3D.1-3.3.eps' + +set title '3-D Interpolation Timing Data, Order 3' + +plot 'time.out' u 1:3 t 'Mesh 1' w lp, \ + '' u 1:7 t 'Mesh 2' w lp, \ + '' u 1:11 t 'Mesh 3' w lp; diff --git a/plots/timing/3D/time.1-3.4.plt b/plots/timing/3D/time.1-3.4.plt new file mode 100644 index 0000000..4b03976 --- /dev/null +++ b/plots/timing/3D/time.1-3.4.plt @@ -0,0 +1,10 @@ +load '../../main.plt' +load '../all.plt' + +set output 'time.3D.1-3.4.eps' + +set title '3-D Interpolation Timing Data, Order 4' + +plot 'time.out' u 1:4 t 'Mesh 1' w lp, \ + '' u 1:8 t 'Mesh 2' w lp, \ + '' u 1:12 t 'Mesh 3' w lp; diff --git a/plots/timing/3D/time.1-3.5.plt b/plots/timing/3D/time.1-3.5.plt new file mode 100644 index 0000000..d83d1d6 --- /dev/null +++ b/plots/timing/3D/time.1-3.5.plt @@ -0,0 +1,10 @@ +load '../../main.plt' +load '../all.plt' + +set output 'time.3D.1-3.5.eps' + +set title '3-D Interpolation Timing Data, Order 5' + +plot 'time.out' u 1:5 t 'Mesh 1' w lp, \ + '' u 1:9 t 'Mesh 2' w lp, \ + '' u 1:13 t 'Mesh 3' w lp; diff --git a/plots/timing/3D/time.1.2-5.plt b/plots/timing/3D/time.1.2-5.plt new file mode 100644 index 0000000..16daea9 --- /dev/null +++ b/plots/timing/3D/time.1.2-5.plt @@ -0,0 +1,11 @@ +load '../../main.plt' +load '../all.plt' + +set output 'time.3D.1.2-5.eps' + +set title '3-D Interpolation Timing Data, Mesh 1' + +plot 'time.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; diff --git a/plots/timing/3D/time.2.2-5.plt b/plots/timing/3D/time.2.2-5.plt new file mode 100644 index 0000000..c785f56 --- /dev/null +++ b/plots/timing/3D/time.2.2-5.plt @@ -0,0 +1,11 @@ +load '../../main.plt' +load '../all.plt' + +set output 'time.3D.2.2-5.eps' + +set title '3-D Interpolation Timing Data, Mesh 2' + +plot 'time.out' u 1:6 t 'Order 2' w lp, \ + '' u 1:7 t 'Order 3' w lp, \ + '' u 1:8 t 'Order 4' w lp, \ + '' u 1:9 t 'Order 5' w lp; diff --git a/plots/timing/3D/time.3.2-5.plt b/plots/timing/3D/time.3.2-5.plt new file mode 100644 index 0000000..baf417a --- /dev/null +++ b/plots/timing/3D/time.3.2-5.plt @@ -0,0 +1,11 @@ +load '../../main.plt' +load '../all.plt' + +set output 'time.3D.3.2-5.eps' + +set title '3-D Interpolation Timing Data, Mesh 3' + +plot 'time.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; diff --git a/plots/timing/3D/time.res.1-3.order.2.plt b/plots/timing/3D/time.res.1-3.order.2.plt deleted file mode 100644 index 6e5a102..0000000 --- a/plots/timing/3D/time.res.1-3.order.2.plt +++ /dev/null @@ -1,10 +0,0 @@ -load '../../main.plt' -load '../all.plt' - -set output 'time.3D.res.1-3.order.2.eps' - -set title '3-D Interpolation Timing Data, order 2' - -plot 'time.out' u 1:2 t 'Resolution 1' w lp, \ - '' u 1:6 t 'Resolution 2' w lp, \ - '' u 1:10 t 'Resolution 3' w lp; diff --git a/plots/timing/3D/time.res.1-3.order.3.plt b/plots/timing/3D/time.res.1-3.order.3.plt deleted file mode 100644 index e6a64b7..0000000 --- a/plots/timing/3D/time.res.1-3.order.3.plt +++ /dev/null @@ -1,10 +0,0 @@ -load '../../main.plt' -load '../all.plt' - -set output 'time.3D.res.1-3.order.3.eps' - -set title '3-D Interpolation Timing Data, order 3' - -plot 'time.out' u 1:3 t 'Resolution 1' w lp, \ - '' u 1:7 t 'Resolution 2' w lp, \ - '' u 1:11 t 'Resolution 3' w lp; diff --git a/plots/timing/3D/time.res.1-3.order.4.plt b/plots/timing/3D/time.res.1-3.order.4.plt deleted file mode 100644 index e0d08b7..0000000 --- a/plots/timing/3D/time.res.1-3.order.4.plt +++ /dev/null @@ -1,10 +0,0 @@ -load '../../main.plt' -load '../all.plt' - -set output 'time.3D.res.1-3.order.4.eps' - -set title '3-D Interpolation Timing Data, order 4' - -plot 'time.out' u 1:4 t 'Resolution 1' w lp, \ - '' u 1:8 t 'Resolution 2' w lp, \ - '' u 1:12 t 'Resolution 3' w lp; diff --git a/plots/timing/3D/time.res.1-3.order.5.plt b/plots/timing/3D/time.res.1-3.order.5.plt deleted file mode 100644 index 250a501..0000000 --- a/plots/timing/3D/time.res.1-3.order.5.plt +++ /dev/null @@ -1,10 +0,0 @@ -load '../../main.plt' -load '../all.plt' - -set output 'time.3D.res.1-3.order.5.eps' - -set title '3-D Interpolation Timing Data, order 5' - -plot 'time.out' u 1:5 t 'Resolution 1' w lp, \ - '' u 1:9 t 'Resolution 2' w lp, \ - '' u 1:13 t 'Resolution 3' w lp; diff --git a/plots/timing/3D/time.res.1.order.2-5.plt b/plots/timing/3D/time.res.1.order.2-5.plt deleted file mode 100644 index 46ace57..0000000 --- a/plots/timing/3D/time.res.1.order.2-5.plt +++ /dev/null @@ -1,11 +0,0 @@ -load '../../main.plt' -load '../all.plt' - -set output 'time.3D.res.1.order.2-5.eps' - -set title '3-D Interpolation Timing Data, Resolution 1' - -plot 'time.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; diff --git a/plots/timing/3D/time.res.2.order.2-5.plt b/plots/timing/3D/time.res.2.order.2-5.plt deleted file mode 100644 index 43e8d8d..0000000 --- a/plots/timing/3D/time.res.2.order.2-5.plt +++ /dev/null @@ -1,11 +0,0 @@ -load '../../main.plt' -load '../all.plt' - -set output 'time.3D.res.2.order.2-5.eps' - -set title '3-D Interpolation Timing Data, Resolution 2' - -plot 'time.out' u 1:6 t 'order 2' w lp, \ - '' u 1:7 t 'order 3' w lp, \ - '' u 1:8 t 'order 4' w lp, \ - '' u 1:9 t 'order 5' w lp; diff --git a/plots/timing/3D/time.res.3.order.2-5.plt b/plots/timing/3D/time.res.3.order.2-5.plt deleted file mode 100644 index c41677c..0000000 --- a/plots/timing/3D/time.res.3.order.2-5.plt +++ /dev/null @@ -1,11 +0,0 @@ -load '../../main.plt' -load '../all.plt' - -set output 'time.3D.res.3.order.2-5.eps' - -set title '3-D Interpolation Timing Data, Resolution 3' - -plot 'time.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;