From 8ee04729711087341504fbf4c00c087ff823c9ad Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 21 Jan 2019 16:09:26 +0100 Subject: Add some high level ramblings --- img/poiseuille2d_velocity_outflow.tikz | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'img') 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} -- cgit v1.2.3