diff --git a/plots/timing/2D/time.onering.plt b/plots/timing/2D/time.onering.plt index de530b2..d582884 100644 --- a/plots/timing/2D/time.onering.plt +++ b/plots/timing/2D/time.onering.plt @@ -1,4 +1,4 @@ -set terminal postscript enhanced +load '../../main.plt' set key left top diff --git a/plots/timing/2D/time.res.1-4.order.2.plt b/plots/timing/2D/time.res.1-4.order.2.plt index 0082e22..c0b2095 100644 --- a/plots/timing/2D/time.res.1-4.order.2.plt +++ b/plots/timing/2D/time.res.1-4.order.2.plt @@ -1,4 +1,4 @@ -set terminal postscript enhanced +load '../../main.plt' set key left top diff --git a/plots/timing/2D/time.res.1-4.order.3.plt b/plots/timing/2D/time.res.1-4.order.3.plt index b4e022d..fd2e5fe 100644 --- a/plots/timing/2D/time.res.1-4.order.3.plt +++ b/plots/timing/2D/time.res.1-4.order.3.plt @@ -1,4 +1,4 @@ -set terminal postscript enhanced +load '../../main.plt' set key left top diff --git a/plots/timing/2D/time.res.1-4.order.4.plt b/plots/timing/2D/time.res.1-4.order.4.plt index d12694c..1b252cb 100644 --- a/plots/timing/2D/time.res.1-4.order.4.plt +++ b/plots/timing/2D/time.res.1-4.order.4.plt @@ -1,4 +1,4 @@ -set terminal postscript enhanced +load '../../main.plt' set key left top diff --git a/plots/timing/2D/time.res.1-4.order.5.plt b/plots/timing/2D/time.res.1-4.order.5.plt index 11303d4..2dfa860 100644 --- a/plots/timing/2D/time.res.1-4.order.5.plt +++ b/plots/timing/2D/time.res.1-4.order.5.plt @@ -1,4 +1,4 @@ -set terminal postscript enhanced +load '../../main.plt' set key left top diff --git a/plots/timing/2D/time.res.1.order.2-5.plt b/plots/timing/2D/time.res.1.order.2-5.plt index 78b9c9b..e02bf81 100644 --- a/plots/timing/2D/time.res.1.order.2-5.plt +++ b/plots/timing/2D/time.res.1.order.2-5.plt @@ -1,4 +1,4 @@ -set terminal postscript enhanced +load '../../main.plt' set key left top diff --git a/plots/timing/2D/time.res.2.order.2-5.plt b/plots/timing/2D/time.res.2.order.2-5.plt index a333283..6de54cf 100644 --- a/plots/timing/2D/time.res.2.order.2-5.plt +++ b/plots/timing/2D/time.res.2.order.2-5.plt @@ -1,4 +1,4 @@ -set terminal postscript enhanced +load '../../main.plt' set key left top diff --git a/plots/timing/2D/time.res.3.order.2-5.plt b/plots/timing/2D/time.res.3.order.2-5.plt index 00c2206..7c93d8d 100644 --- a/plots/timing/2D/time.res.3.order.2-5.plt +++ b/plots/timing/2D/time.res.3.order.2-5.plt @@ -1,4 +1,4 @@ -set terminal postscript enhanced +load '../../main.plt' set key left top diff --git a/plots/timing/2D/time.res.4.order.2-5.plt b/plots/timing/2D/time.res.4.order.2-5.plt index f0acfdb..7e292fe 100644 --- a/plots/timing/2D/time.res.4.order.2-5.plt +++ b/plots/timing/2D/time.res.4.order.2-5.plt @@ -1,4 +1,4 @@ -set terminal postscript enhanced +load '../../main.plt' set key left top diff --git a/plots/timing/3D/onering.plt b/plots/timing/3D/onering.plt new file mode 100644 index 0000000..4da3742 --- /dev/null +++ b/plots/timing/3D/onering.plt @@ -0,0 +1,23 @@ +load '../../main.plt' +load '../all.plt' + +set output 'timing.3D.aggregate.eps' + +set title '3-D Interpolation Timing Data, Aggregate' + +set key left top + +plot 'time.out' u 1:2 t 'Order 2, Mesh 1' w lp, \ + '' u 1:3 t 'Order 3, Mesh 1' w lp, \ + '' u 1:4 t 'Order 4, Mesh 1' w lp, \ + '' u 1:5 t 'Order 5, Mesh 1' w lp, \ +\ + '' u 1:6 t 'Order 2, Mesh 2' w lp, \ + '' u 1:7 t 'Order 3, Mesh 2' w lp, \ + '' u 1:8 t 'Order 4, Mesh 2' w lp, \ + '' u 1:9 t 'Order 5, Mesh 2' w lp, \ +\ + '' u 1:10 t 'Order 2, Mesh 3' w lp, \ + '' u 1:11 t 'Order 3, Mesh 3' w lp, \ + '' u 1:12 t 'Order 4, Mesh 3' w lp, \ + '' u 1:13 t 'Order 5, Mesh 3' w lp; diff --git a/plots/timing/3D/time.onering.plt b/plots/timing/3D/time.onering.plt deleted file mode 100644 index 7f14084..0000000 --- a/plots/timing/3D/time.onering.plt +++ /dev/null @@ -1,25 +0,0 @@ -set terminal postscript enhanced - -set key left top - -set title "3-D Interpolation Timing Data, Aggregate" - -set xlabel "Number of Extra Points, S_k" -set ylabel "Average Interpolation Time (s)" - -set yrange [0.0:0.15] - -plot 'time.out' u 1:2 t 'order 2, res 1' w lp, \ - '' u 1:3 t 'order 3, res 1' w lp, \ - '' u 1:4 t 'order 4, res 1' w lp, \ - '' u 1:5 t 'order 5, res 1' w lp, \ -\ - '' u 1:6 t 'order 2, res 2' w lp, \ - '' u 1:7 t 'order 3, res 2' w lp, \ - '' u 1:8 t 'order 4, res 2' w lp, \ - '' u 1:9 t 'order 5, res 2' w lp, \ -\ - '' u 1:10 t 'order 2, res 3' w lp, \ - '' u 1:11 t 'order 3, res 3' w lp, \ - '' u 1:12 t 'order 4, res 3' w lp, \ - '' u 1:13 t 'order 5, res 3' 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 index 886eb95..f44f86a 100644 --- a/plots/timing/3D/time.res.1-3.order.2.plt +++ b/plots/timing/3D/time.res.1-3.order.2.plt @@ -1,14 +1,12 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' + +set output 'time.res.1-3.order.2.eps' + +set title '3-D Interpolation Timing Data, order 2' set key left top -set title "3-D Interpolation Timing Data, order 2" - -set xlabel "Number of Extra Points, S_k" -set ylabel "Average Interpolation Time (s)" - -set yrange [0.0:0.15] - 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 index 744abb1..52b4dd9 100644 --- a/plots/timing/3D/time.res.1-3.order.3.plt +++ b/plots/timing/3D/time.res.1-3.order.3.plt @@ -1,14 +1,12 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' + +set output 'time.res.1-3.order.3.eps' + +set title '3-D Interpolation Timing Data, order 3' set key left top -set title "3-D Interpolation Timing Data, order 3" - -set xlabel "Number of Extra Points, S_k" -set ylabel "Average Interpolation Time (s)" - -set yrange [0.0:0.15] - 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 index ecb4c3a..90e9da9 100644 --- a/plots/timing/3D/time.res.1-3.order.4.plt +++ b/plots/timing/3D/time.res.1-3.order.4.plt @@ -1,14 +1,12 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' + +set output 'time.res.1-3.order.4.eps' + +set title '3-D Interpolation Timing Data, order 4' set key left top -set title "3-D Interpolation Timing Data, order 4" - -set xlabel "Number of Extra Points, S_k" -set ylabel "Average Interpolation Time (s)" - -set yrange [0.0:0.15] - 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 index ed714cf..6721827 100644 --- a/plots/timing/3D/time.res.1-3.order.5.plt +++ b/plots/timing/3D/time.res.1-3.order.5.plt @@ -1,14 +1,12 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' + +set output 'time.res.1-3.order.5.eps' + +set title '3-D Interpolation Timing Data, order 5' set key left top -set title "3-D Interpolation Timing Data, order 5" - -set xlabel "Number of Extra Points, S_k" -set ylabel "Average Interpolation Time (s)" - -set yrange [0.0:0.15] - 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 index a6e0e38..5f3dc62 100644 --- a/plots/timing/3D/time.res.1.order.2-5.plt +++ b/plots/timing/3D/time.res.1.order.2-5.plt @@ -1,14 +1,12 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' + +set output 'time.res.1.order.2-5.eps' + +set title '3-D Interpolation Timing Data, Resolution 1' set key left top -set title "3-D Interpolation Timing Data, Resolution 1" - -set xlabel "Number of Extra Points, S_k" -set ylabel "Average Interpolation Time (s)" - -set yrange [0.0:0.15] - 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, \ diff --git a/plots/timing/3D/time.res.2.order.2-5.plt b/plots/timing/3D/time.res.2.order.2-5.plt index b633d6e..a638a61 100644 --- a/plots/timing/3D/time.res.2.order.2-5.plt +++ b/plots/timing/3D/time.res.2.order.2-5.plt @@ -1,14 +1,12 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' + +set output 'time.res.2.order.2-5.eps' + +set title '3-D Interpolation Timing Data, Resolution 2' set key left top -set title "3-D Interpolation Timing Data, Resolution 2" - -set xlabel "Number of Extra Points, S_k" -set ylabel "Average Interpolation Time (s)" - -set yrange [0.0:0.15] - 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, \ diff --git a/plots/timing/3D/time.res.3.order.2-5.plt b/plots/timing/3D/time.res.3.order.2-5.plt index b1ef216..a06dca4 100644 --- a/plots/timing/3D/time.res.3.order.2-5.plt +++ b/plots/timing/3D/time.res.3.order.2-5.plt @@ -1,14 +1,12 @@ -set terminal postscript enhanced +load '../../main.plt' +load '../all.plt' + +set output 'time.res.3.order.2-5.eps' + +set title '3-D Interpolation Timing Data, Resolution 3' set key left top -set title "3-D Interpolation Timing Data, Resolution 3" - -set xlabel "Number of Extra Points, S_k" -set ylabel "Average Interpolation Time (s)" - -set yrange [0.0:0.15] - 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, \ diff --git a/plots/timing/time.onering.plt b/plots/timing/timing.aggregate.plt similarity index 85% rename from plots/timing/time.onering.plt rename to plots/timing/timing.aggregate.plt index 6239fe0..a2cac5a 100644 --- a/plots/timing/time.onering.plt +++ b/plots/timing/timing.aggregate.plt @@ -1,15 +1,10 @@ -set terminal postscript enhanced +load '../main.plt' +load 'timing.plt' + +set output "timing.agregate.eps" -# set key left top set nokey -set title "Interpolation Timing, Aggregate" - -set xlabel "Number of Extra Points, S_k" -set ylabel "Average Interpolation Time (s)" - -set yrange [0.0:0.15] - plot '3D/time.out'\ u 1:2 t 'O 2, res 1' w lp, \ '' u 1:3 t 'dim 3, O 3, res 1' w lp, \