aboutsummaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-21 16:09:26 +0100
committerAdrian Kummerlaender2019-01-21 16:09:26 +0100
commit8ee04729711087341504fbf4c00c087ff823c9ad (patch)
tree8bc3f8e55f1858b2a6a963e6aa2ecd790985cf63 /img
parenta32094f30fc1745c57af3754fbc4ebb4fe533110 (diff)
downloadgrid_refinement_bsc_thesis-8ee04729711087341504fbf4c00c087ff823c9ad.tar
grid_refinement_bsc_thesis-8ee04729711087341504fbf4c00c087ff823c9ad.tar.gz
grid_refinement_bsc_thesis-8ee04729711087341504fbf4c00c087ff823c9ad.tar.bz2
grid_refinement_bsc_thesis-8ee04729711087341504fbf4c00c087ff823c9ad.tar.lz
grid_refinement_bsc_thesis-8ee04729711087341504fbf4c00c087ff823c9ad.tar.xz
grid_refinement_bsc_thesis-8ee04729711087341504fbf4c00c087ff823c9ad.tar.zst
grid_refinement_bsc_thesis-8ee04729711087341504fbf4c00c087ff823c9ad.zip
Add some high level ramblings
Diffstat (limited to 'img')
-rw-r--r--img/poiseuille2d_velocity_outflow.tikz18
1 files changed, 0 insertions, 18 deletions
diff --git a/img/poiseuille2d_velocity_outflow.tikz b/img/poiseuille2d_velocity_outflow.tikz
index 9b39e1e..61a74a9 100644
--- a/img/poiseuille2d_velocity_outflow.tikz
+++ b/img/poiseuille2d_velocity_outflow.tikz
@@ -45,15 +45,6 @@
] {\unrefined};
\addlegendentry{Uniform fein aufgelöstes Gitter};
-\addplot[
- only marks,
- mark=star,
- color=gray
-] table[
- x=y, y=ux
-] {\coarse};
-\addlegendentry{Uniform grob aufgelöstes Gitter};
-
\addplot [domain=0.05:0.95, samples=100]{-4*x*(x-1)};
\addlegendentry{Analytische Lösung}
\end{axis}
@@ -101,15 +92,6 @@
y expr=\thisrow{ux}+4*\thisrow{y}*(\thisrow{y}-1)
] {\unrefined};
-\addplot[
- only marks,
- mark=star,
- color=gray
-] table[
- x=y,
- y expr=\thisrow{ux}+4*\thisrow{y}*(\thisrow{y}-1)
-] {\coarse};
-
\addplot [domain=0:1, samples=100]{0};
\end{axis}
\end{tikzpicture}