aboutsummaryrefslogtreecommitdiff
path: root/img/multi_domain.tikz
blob: 7fa0072d415b29faf9a1c7d6c613019a04009208 (plain)
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{tikzpicture}[
	scale=0.4,
	coarse/.style={circle,draw=black,inner sep=2},
	fine/.style={cross out,draw=black,inner sep=1},
]

\foreach \x in {0,...,3}
	\foreach \y in {0,...,7}
		\node[coarse] at (\x,\y){ };
\foreach \x in {4,...,7}
	\foreach \y in {0,...,2}
		\node[coarse] at (\x,\y){ };
\foreach \x in {4,...,7}
	\foreach \y in {5,...,7}
		\node[coarse] at (\x,\y){ };

\draw (9,3.5) node[cross out,draw=black,line width=0.5mm,rotate=45]{};

\foreach \x in {0,...,10}
	\foreach \y in {0,...,10}
		\node[fine] at (11+0.5*\x,1+0.5*\y){ };

\draw[->,line width=0.5mm] (18,3.5) -- (20,3.5);

\foreach \x in {22,...,25}
	\foreach \y in {0,...,7}
		\node[coarse] at (\x,\y){ };
\foreach \x in {26,...,29}
	\foreach \y in {0,...,2}
		\node[coarse] at (\x,\y){ };
\foreach \x in {26,...,29}
	\foreach \y in {5,...,7}
		\node[coarse] at (\x,\y){ };

\foreach \x in {0,...,10}
	\foreach \y in {0,...,10}
		\node[fine] at (24+0.5*\x,1+0.5*\y){ };
\end{tikzpicture}