commit 7db1cecc81d20b9e3bbf98368e60a77a0c96c34a
parent c6aa2ab4830e770707a9cba6991f478a8ab302a8
Author: Ivan Gankevich <igankevich@ya.ru>
Date: Tue, 2 Jul 2019 06:56:44 +0300
fd
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/slides.tex b/slides.tex
@@ -266,9 +266,12 @@ A.\:Grigorev%
\node[Label,anchor=north,above=2cm of s5,text width=3.0cm]
(lblPressure)
{Geometric transformations, derivatives};
- \node[Label,anchor=south,below=of s6,text width=4cm]
+ \node[Label,anchor=south,below=1.5cm of s6,text width=3cm]
(lblGeometry)
- {Geometric transformations};
+ {Geometric\\transformations};
+ \node[Label,anchor=south,below=of s7,text width=3cm]
+ (lblDerivatives)
+ {Micikevicius 3D finite differences};
\node[Label,anchor=south,below=1.5cm of s8,text width=3cm]
(lblInterpolation)
{Linear\\interpolation};
@@ -280,6 +283,7 @@ A.\:Grigorev%
\path[Dashed] (s4.north -| lblVelocityPotential.south) -- (lblVelocityPotential.south);
\path[Dashed] (s5.north -| lblPressure.south) -- (lblPressure.south);
\path[Dashed] (lblGeometry.north -| s6.south) -- (s6.south);
+ \path[Dashed] (lblDerivatives.north -| s7.south) -- (s7.south);
\path[Dashed] (lblInterpolation.north -| s8.south) -- (s8.south);
\path[Dashed] (lblShipMotion.north -| s9.south) -- (s9.south);
\end{tikzpicture}