aboutsummaryrefslogtreecommitdiff
path: root/img/poiseuille2d_velocity_outflow.tikz
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-25 16:13:42 +0100
committerAdrian Kummerlaender2019-01-25 16:13:42 +0100
commit742568b658dae0361e8bd182cec7fd101c48a101 (patch)
tree43fa2b82b7f63abfbc7fe577a551e599a30bcde2 /img/poiseuille2d_velocity_outflow.tikz
parentc3099c0a7b9042ab5393a14eb7f6bf187fdd1ca2 (diff)
downloadgrid_refinement_bsc_thesis-742568b658dae0361e8bd182cec7fd101c48a101.tar
grid_refinement_bsc_thesis-742568b658dae0361e8bd182cec7fd101c48a101.tar.gz
grid_refinement_bsc_thesis-742568b658dae0361e8bd182cec7fd101c48a101.tar.bz2
grid_refinement_bsc_thesis-742568b658dae0361e8bd182cec7fd101c48a101.tar.lz
grid_refinement_bsc_thesis-742568b658dae0361e8bd182cec7fd101c48a101.tar.xz
grid_refinement_bsc_thesis-742568b658dae0361e8bd182cec7fd101c48a101.tar.zst
grid_refinement_bsc_thesis-742568b658dae0361e8bd182cec7fd101c48a101.zip
Add poiseuille2d error plot
Diffstat (limited to 'img/poiseuille2d_velocity_outflow.tikz')
-rw-r--r--img/poiseuille2d_velocity_outflow.tikz14
1 files changed, 8 insertions, 6 deletions
diff --git a/img/poiseuille2d_velocity_outflow.tikz b/img/poiseuille2d_velocity_outflow.tikz
index e6897e8..96eec84 100644
--- a/img/poiseuille2d_velocity_outflow.tikz
+++ b/img/poiseuille2d_velocity_outflow.tikz
@@ -11,9 +11,10 @@
width=0.4*\textwidth,
mark size=3,
legend cell align=left,
- legend style={at={(0.9,-0.1)},anchor=north},
+ legend style={at={(1.05,-0.2)},anchor=north},
grid=both,
ylabel=\(x\)-Geschwindigkeit,
+ xlabel=\(y\)-Position,
xtick={0,0.25,0.5,0.75,1},
title=Geschwindigkeitsprofil,
every axis plot/.append style={thick}
@@ -26,7 +27,7 @@
] table [
x=y, y=ux
] {\refinedCubicIpol};
-\addlegendentry{Halbseitig verfeinertes Gitter mit kubischer Interpolation};
+\addlegendentry{Halbseitig verfeinertes \(n=10\) Gitter mit kubischer Interpolation};
\addplot[
only marks,
@@ -35,7 +36,7 @@
] table [
x=y, y=ux
] {\refinedLinearIpol};
-\addlegendentry{Halbseitig verfeinertes Gitter mit linearer Interpolation};
+\addlegendentry{Halbseitig verfeinertes \(n=10\) Gitter mit linearer Interpolation};
\addplot[
only marks,
@@ -44,7 +45,7 @@
] table [
x=y, y=ux
] {\borderlessRefine};
-\addlegendentry{Halbseitig randlos verfeinertes Gitter mit kubischer Interpolation};
+\addlegendentry{Halbseitig randlos verfeinertes \(n=10\) Gitter mit kubischer Interpolation};
\addplot[
only marks,
@@ -53,7 +54,7 @@
] table[
x=y, y=ux
] {\unrefinedFine};
-\addlegendentry{Uniform fein aufgelöstes Gitter};
+\addlegendentry{Uniform fein mit \(n=20\) aufgelöstes Gitter};
\addplot [domain=0:1, samples=100]{-4*x*(x-1)};
\addlegendentry{Analytische Lösung}
@@ -68,9 +69,10 @@
xtick={0,0.25,0.5,0.75,1},
xshift=7cm,
scaled y ticks=false,
+ y tick label style={/pgf/number format/sci},
ylabel=Fehler,
+ xlabel=\(y\)-Position,
yticklabel pos=right,
- y tick label style={/pgf/number format/sci},
title=Fehler zur analytischen Lösung,
every axis plot/.append style={thick}
]