diff --git a/gmsh/gmsh.3D.geo b/gmsh/gmsh.3D.geo index 2bf38b6..e7b1f4a 100644 --- a/gmsh/gmsh.3D.geo +++ b/gmsh/gmsh.3D.geo @@ -1,4 +1,4 @@ -a = 0.00885; +a = 0.0885; Point(0) = {0, 0, 0, a}; Point(1) = {1, 0, 0, a}; Point(2) = {1, 1, 0, a}; diff --git a/plots/main.plt b/plots/main.plt index 04e595a..01643d9 100644 --- a/plots/main.plt +++ b/plots/main.plt @@ -2,3 +2,5 @@ set terminal postscript enhanced eps color #set terminal postscript enhanced eps set grid + +set size 0.8,0.8 diff --git a/plots/rms/2D/rms.1.2-5.plt b/plots/rms/2D/rms.1.2-5.plt index fa9e6d7..bc593fd 100644 --- a/plots/rms/2D/rms.1.2-5.plt +++ b/plots/rms/2D/rms.1.2-5.plt @@ -5,7 +5,7 @@ set output 'rms.2.1.2-5.eps' 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, \ '' u 1:3 t 'Order 3' w lp, \ diff --git a/plots/rms/2D/rms.2.2-5.plt b/plots/rms/2D/rms.2.2-5.plt index 4e9f888..6f21088 100644 --- a/plots/rms/2D/rms.2.2-5.plt +++ b/plots/rms/2D/rms.2.2-5.plt @@ -5,7 +5,7 @@ set output 'rms.2.2.2-5.eps' 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, \ '' u 1:7 t 'Order 3' w lp, \ diff --git a/plots/rms/2D/rms.3.2-5.plt b/plots/rms/2D/rms.3.2-5.plt index d186369..63898c1 100644 --- a/plots/rms/2D/rms.3.2-5.plt +++ b/plots/rms/2D/rms.3.2-5.plt @@ -5,7 +5,7 @@ set output 'rms.2.3.2-5.eps' 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, \ '' u 1:11 t 'Order 3' w lp, \ diff --git a/plots/rms/2D/rms.4.2-5.plt b/plots/rms/2D/rms.4.2-5.plt index ad7a10d..69513b2 100644 --- a/plots/rms/2D/rms.4.2-5.plt +++ b/plots/rms/2D/rms.4.2-5.plt @@ -3,7 +3,7 @@ load '../all.plt' 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, \ '' u 1:15 t 'Order 3' w lp, \ diff --git a/plots/truthiness/2D/truthy.1.2-5.plt b/plots/truthiness/2D/truthy.1.2-5.plt index 59521bd..d9bec39 100644 --- a/plots/truthiness/2D/truthy.1.2-5.plt +++ b/plots/truthiness/2D/truthy.1.2-5.plt @@ -5,7 +5,7 @@ set output 'truthy.2.1.2-5.eps' unset xlabel -set title "2-D Improvement, Mesh 1" +set title 'Mesh 1' plot 'truthy.out' \ u 1:2 t 'Order 2' w lp, \ diff --git a/plots/truthiness/2D/truthy.2.2-5.plt b/plots/truthiness/2D/truthy.2.2-5.plt index 28b624e..733494d 100644 --- a/plots/truthiness/2D/truthy.2.2-5.plt +++ b/plots/truthiness/2D/truthy.2.2-5.plt @@ -5,7 +5,7 @@ set output 'truthy.2.2.2-5.eps' unset xlabel -set title "2-D Improvement, Mesh 2" +set title 'Mesh 2' plot 'truthy.out' \ u 1:6 t 'Order 2' w lp, \ diff --git a/plots/truthiness/2D/truthy.3.2-5.plt b/plots/truthiness/2D/truthy.3.2-5.plt index ac4751a..d8f14bb 100644 --- a/plots/truthiness/2D/truthy.3.2-5.plt +++ b/plots/truthiness/2D/truthy.3.2-5.plt @@ -5,7 +5,7 @@ set output 'truthy.2.3.2-5.eps' unset xlabel -set title "2-D Improvement, Mesh 3" +set title 'Mesh 3' plot 'truthy.out' \ u 1:10 t 'Order 2' w lp, \ diff --git a/plots/truthiness/2D/truthy.4.2-5.plt b/plots/truthiness/2D/truthy.4.2-5.plt index 2f450d8..b2ab52b 100644 --- a/plots/truthiness/2D/truthy.4.2-5.plt +++ b/plots/truthiness/2D/truthy.4.2-5.plt @@ -3,7 +3,7 @@ load '../all.plt' set output 'truthy.2.4.2-5.eps' -set title "2-D Improvement, Mesh 4" +set title 'Mesh 4' plot 'truthy.out' \ u 1:14 t 'Order 2' w lp, \