-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNormal.Cont.tex
executable file
·38 lines (38 loc) · 1.56 KB
/
Normal.Cont.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\begin{figure}%[H]
\begin{center}
\begin{tikzpicture}%[scale=0.75]
\tikzstyle{every node}=[font=\tiny]
\draw (0,0) node[below left,fill=none]
{$\begin{array}{l}1,\\2,3\\4,5,6\end{array}$}
-- (3,0) node[below,fill=none] {$37$}
-- (6,0) node[below right,fill=none]
{$\begin{array}{l}7,\\8,9\\10,11,12\end{array}$}
-- (6,3) node[above right,fill=none] {$42$}
-- (6,6) node[right,fill=none]
{$\begin{array}{l}19,\\20,21\\22,23,24\end{array}$}
-- (3,6) node[above left,fill=none] {$38$}
-- (0,6) node[left,fill=none]
{$\begin{array}{l}13,\\14,15\\16,17,18\end{array}$}
-- (0,3) node[above left,fill=none] {$40$}
-- cycle;
\draw (0,0) -- (3,3) node[above left,fill=none] {$41$} -- (6,6);
\draw (6,6)
-- (6,9) node[above right,fill=none] {$45$}
-- (6,12) node[above right,fill=none]
{$\begin{array}{l}31,\\32,33\\34,35,36\end{array}$}
-- (3,12) node[above,fill=none] {$39$}
-- (0,12) node[above left,fill=none]
{$\begin{array}{l}25,\\26,27\\28,29,30\end{array}$}
-- (0,9) node[above left,fill=none] {$43$}
-- (0,6);
\draw (0,6) -- (3,9) node[above left,fill=none] {$44$} -- (6,12);
\draw[<->] (3,7) node[above,fill=none]
{$\dfrac{\partial\varphi_{38}}{\partial\mathbf{n}_{38}}$}
-- (3,5) node[below,fill=none]
{$\dfrac{\partial\varphi_{38}}{\partial\mathbf{n}_{38}}$} ;
\end{tikzpicture}
\end{center}
\caption{Illustration of continuity issue in normal derivatives for $C^1$
finite elements.}
\label{fig:Normals}
\end{figure}