-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSplitBoundary.tex
More file actions
executable file
·21 lines (20 loc) · 972 Bytes
/
SplitBoundary.tex
File metadata and controls
executable file
·21 lines (20 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\begin{figure}[h]
\begin{center}
\begin{tikzpicture}[scale=0.5]
\tikzstyle{every node}=[font=\tiny]
\draw[style=very thick,color=blue] (0,0)
node[fill=none, below right=1ex, color=black] { { \large $\partial\Omega = \Gamma_1 \cup \Gamma_2$ } }
-- (3,0) -- (6,0);
\draw[style=very thick,color=red] (6,0) -- (6,3) -- (6,6);
\draw[style=very thick,color=blue] (6,6) -- (3,6) -- (0,6);
\draw[style=very thick,color=red] (0,6) -- (0,3) -- (0,0);
\draw (3,3) node[fill=none] { {\large $\Omega$} };
\draw[color=red] (0,3) node[fill=none,right] { {\large $\Gamma_1$} };
\draw[color=blue] (3,0) node[fill=none,above] { {\large $\Gamma_2$} };
\draw[color=red] (6,3) node[fill=none,left] { {\large $\Gamma_1$} };
\draw[color=blue] (3,6) node[fill=none,below] { {\large $\Gamma_2$} };
\end{tikzpicture}
\end{center}
\caption{Boundary decomposed into vertical and horizontal boundaries.}
\label{fig:SplitBoundary}
\end{figure}