diff options
Add some high level ramblings
Diffstat (limited to 'img')
-rw-r--r-- | img/poiseuille2d_velocity_outflow.tikz | 18 |
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} |