1c4762a1bSJed Brown\documentclass[tikz]{standalone} 2c4762a1bSJed Brown 3c4762a1bSJed Brown\usepackage{pgflibraryshapes} 4c4762a1bSJed Brown\usetikzlibrary{backgrounds} 5c4762a1bSJed Brown\usetikzlibrary{arrows} 6c4762a1bSJed Brown\begin{document} 7c4762a1bSJed BrownSimplicial Mesh for process {\textcolor{gray}0}, and {\textcolor{orange}1}. 8c4762a1bSJed Brown 9c4762a1bSJed Brown 10c4762a1bSJed Brown\begin{tikzpicture}[scale = 1.,font=\fontsize{8}{8}\selectfont] 11*54fcfd0cSMatthew G. Knepley\path (0.5,1.5) node(8_0) [draw,shape=circle,color=gray] {8}; 12*54fcfd0cSMatthew G. Knepley\path (1.5,1.5) node(9_0) [draw,shape=circle,color=gray] {9}; 13*54fcfd0cSMatthew G. Knepley\path (0.,1.) node(10_0) [draw,shape=circle,color=gray] {10}; 14*54fcfd0cSMatthew G. Knepley\path (1.,1.) node(11_0) [draw,shape=circle,color=gray] {11}; 15*54fcfd0cSMatthew G. Knepley\path (2.,1.) node(12_0) [draw,shape=circle,color=gray] {12}; 16*54fcfd0cSMatthew G. Knepley\path (0.,2.) node(13_0) [draw,shape=circle,color=gray] {13}; 17*54fcfd0cSMatthew G. Knepley\path (1.,2.) node(14_0) [draw,shape=circle,color=gray] {14}; 18*54fcfd0cSMatthew G. Knepley\path (2.,2.) node(15_0) [draw,shape=circle,color=gray] {15}; 19*54fcfd0cSMatthew G. Knepley\path (0.5,1.) node(16_0) [draw,shape=circle,color=gray] {16}; 20*54fcfd0cSMatthew G. Knepley\path (1.5,1.) node(17_0) [draw,shape=circle,color=gray] {17}; 21*54fcfd0cSMatthew G. Knepley\path (0.5,2.) node(18_0) [draw,shape=circle,color=gray] {18}; 22*54fcfd0cSMatthew G. Knepley\path (1.5,2.) node(19_0) [draw,shape=circle,color=gray] {19}; 23*54fcfd0cSMatthew G. Knepley\path (0.,1.5) node(20_0) [draw,shape=circle,color=gray] {20}; 24*54fcfd0cSMatthew G. Knepley\path (1.,1.5) node(21_0) [draw,shape=circle,color=gray] {21}; 25*54fcfd0cSMatthew G. Knepley\path (2.,1.5) node(22_0) [draw,shape=circle,color=gray] {22}; 26*54fcfd0cSMatthew G. Knepley\path (0.5,0.5) node(8_1) [draw,shape=circle,color=orange] {8}; 27*54fcfd0cSMatthew G. Knepley\path (1.5,0.5) node(9_1) [draw,shape=circle,color=orange] {9}; 28*54fcfd0cSMatthew G. Knepley\path (0.,0.) node(10_1) [draw,shape=circle,color=orange] {10}; 29*54fcfd0cSMatthew G. Knepley\path (1.,0.) node(11_1) [draw,shape=circle,color=orange] {11}; 30*54fcfd0cSMatthew G. Knepley\path (2.,0.) node(12_1) [draw,shape=circle,color=orange] {12}; 31*54fcfd0cSMatthew G. Knepley\path (0.,1.) node(13_1) [draw,shape=circle,color=orange] {13}; 32*54fcfd0cSMatthew G. Knepley\path (1.,1.) node(14_1) [draw,shape=circle,color=orange] {14}; 33*54fcfd0cSMatthew G. Knepley\path (2.,1.) node(15_1) [draw,shape=circle,color=orange] {15}; 34*54fcfd0cSMatthew G. Knepley\path (0.5,0.) node(16_1) [draw,shape=circle,color=orange] {16}; 35*54fcfd0cSMatthew G. Knepley\path (1.5,0.) node(17_1) [draw,shape=circle,color=orange] {17}; 36*54fcfd0cSMatthew G. Knepley\path (0.5,1.) node(18_1) [draw,shape=circle,color=orange] {18}; 37*54fcfd0cSMatthew G. Knepley\path (1.5,1.) node(19_1) [draw,shape=circle,color=orange] {19}; 38*54fcfd0cSMatthew G. Knepley\path (0.,0.5) node(20_1) [draw,shape=circle,color=orange] {20}; 39*54fcfd0cSMatthew G. Knepley\path (1.,0.5) node(21_1) [draw,shape=circle,color=orange] {21}; 40*54fcfd0cSMatthew G. Knepley\path (2.,0.5) node(22_1) [draw,shape=circle,color=orange] {22}; 41*54fcfd0cSMatthew G. Knepley\draw[color=gray] (10_0) -- (16_0) -- (8_0) -- (20_0) -- (10_0); 42*54fcfd0cSMatthew G. Knepley\draw[color=gray] (16_0) -- (11_0) -- (21_0) -- (8_0) -- (16_0); 43*54fcfd0cSMatthew G. Knepley\draw[color=gray] (8_0) -- (21_0) -- (14_0) -- (18_0) -- (8_0); 44*54fcfd0cSMatthew G. Knepley\draw[color=gray] (20_0) -- (8_0) -- (18_0) -- (13_0) -- (20_0); 45*54fcfd0cSMatthew G. Knepley\draw[color=gray] (11_0) -- (17_0) -- (9_0) -- (21_0) -- (11_0); 46*54fcfd0cSMatthew G. Knepley\draw[color=gray] (17_0) -- (12_0) -- (22_0) -- (9_0) -- (17_0); 47*54fcfd0cSMatthew G. Knepley\draw[color=gray] (9_0) -- (22_0) -- (15_0) -- (19_0) -- (9_0); 48*54fcfd0cSMatthew G. Knepley\draw[color=gray] (21_0) -- (9_0) -- (19_0) -- (14_0) -- (21_0); 49c4762a1bSJed Brown\path (0.25,1.25) node(0_0) [draw,shape=circle,color=gray] {0}; 50c4762a1bSJed Brown\path (0.75,1.25) node(1_0) [draw,shape=circle,color=gray] {1}; 51c4762a1bSJed Brown\path (0.75,1.75) node(2_0) [draw,shape=circle,color=gray] {2}; 52c4762a1bSJed Brown\path (0.25,1.75) node(3_0) [draw,shape=circle,color=gray] {3}; 53c4762a1bSJed Brown\path (1.25,1.25) node(4_0) [draw,shape=circle,color=gray] {4}; 54c4762a1bSJed Brown\path (1.75,1.25) node(5_0) [draw,shape=circle,color=gray] {5}; 55c4762a1bSJed Brown\path (1.75,1.75) node(6_0) [draw,shape=circle,color=gray] {6}; 56c4762a1bSJed Brown\path (1.25,1.75) node(7_0) [draw,shape=circle,color=gray] {7}; 57c4762a1bSJed Brown\path 58*54fcfd0cSMatthew G. Knepley(0.5,1.25) node(23_0) [draw,shape=circle,color=gray] {23} -- 59*54fcfd0cSMatthew G. Knepley(0.75,1.5) node(24_0) [draw,shape=circle,color=gray] {24} -- 60*54fcfd0cSMatthew G. Knepley(0.5,1.75) node(25_0) [draw,shape=circle,color=gray] {25} -- 61*54fcfd0cSMatthew G. Knepley(0.25,1.5) node(26_0) [draw,shape=circle,color=gray] {26} -- 62*54fcfd0cSMatthew G. Knepley(1.5,1.25) node(27_0) [draw,shape=circle,color=gray] {27} -- 63*54fcfd0cSMatthew G. Knepley(1.75,1.5) node(28_0) [draw,shape=circle,color=gray] {28} -- 64*54fcfd0cSMatthew G. Knepley(1.5,1.75) node(29_0) [draw,shape=circle,color=gray] {29} -- 65*54fcfd0cSMatthew G. Knepley(1.25,1.5) node(30_0) [draw,shape=circle,color=gray] {30} -- 66*54fcfd0cSMatthew G. Knepley(0.25,1.) node(31_0) [draw,shape=circle,color=gray] {31} -- 67*54fcfd0cSMatthew G. Knepley(0.75,1.) node(32_0) [draw,shape=circle,color=gray] {32} -- 68*54fcfd0cSMatthew G. Knepley(1.25,1.) node(33_0) [draw,shape=circle,color=gray] {33} -- 69*54fcfd0cSMatthew G. Knepley(1.75,1.) node(34_0) [draw,shape=circle,color=gray] {34} -- 70*54fcfd0cSMatthew G. Knepley(0.25,2.) node(35_0) [draw,shape=circle,color=gray] {35} -- 71*54fcfd0cSMatthew G. Knepley(0.75,2.) node(36_0) [draw,shape=circle,color=gray] {36} -- 72*54fcfd0cSMatthew G. Knepley(1.25,2.) node(37_0) [draw,shape=circle,color=gray] {37} -- 73*54fcfd0cSMatthew G. Knepley(1.75,2.) node(38_0) [draw,shape=circle,color=gray] {38} -- 74*54fcfd0cSMatthew G. Knepley(0.,1.25) node(39_0) [draw,shape=circle,color=gray] {39} -- 75*54fcfd0cSMatthew G. Knepley(0.,1.75) node(40_0) [draw,shape=circle,color=gray] {40} -- 76*54fcfd0cSMatthew G. Knepley(1.,1.25) node(41_0) [draw,shape=circle,color=gray] {41} -- 77*54fcfd0cSMatthew G. Knepley(1.,1.75) node(42_0) [draw,shape=circle,color=gray] {42} -- 78*54fcfd0cSMatthew G. Knepley(2.,1.25) node(43_0) [draw,shape=circle,color=gray] {43} -- 79*54fcfd0cSMatthew G. Knepley(2.,1.75) node(44_0) [draw,shape=circle,color=gray] {44} -- 80*54fcfd0cSMatthew G. Knepley\draw[color=orange] (10_1) -- (16_1) -- (8_1) -- (20_1) -- (10_1); 81*54fcfd0cSMatthew G. Knepley\draw[color=orange] (16_1) -- (11_1) -- (21_1) -- (8_1) -- (16_1); 82*54fcfd0cSMatthew G. Knepley\draw[color=orange] (8_1) -- (21_1) -- (14_1) -- (18_1) -- (8_1); 83*54fcfd0cSMatthew G. Knepley\draw[color=orange] (20_1) -- (8_1) -- (18_1) -- (13_1) -- (20_1); 84*54fcfd0cSMatthew G. Knepley\draw[color=orange] (11_1) -- (17_1) -- (9_1) -- (21_1) -- (11_1); 85*54fcfd0cSMatthew G. Knepley\draw[color=orange] (17_1) -- (12_1) -- (22_1) -- (9_1) -- (17_1); 86*54fcfd0cSMatthew G. Knepley\draw[color=orange] (9_1) -- (22_1) -- (15_1) -- (19_1) -- (9_1); 87*54fcfd0cSMatthew G. Knepley\draw[color=orange] (21_1) -- (9_1) -- (19_1) -- (14_1) -- (21_1); 88c4762a1bSJed Brown\path (0.25,0.25) node(0_1) [draw,shape=circle,color=orange] {0}; 89c4762a1bSJed Brown\path (0.75,0.25) node(1_1) [draw,shape=circle,color=orange] {1}; 90c4762a1bSJed Brown\path (0.75,0.75) node(2_1) [draw,shape=circle,color=orange] {2}; 91c4762a1bSJed Brown\path (0.25,0.75) node(3_1) [draw,shape=circle,color=orange] {3}; 92c4762a1bSJed Brown\path (1.25,0.25) node(4_1) [draw,shape=circle,color=orange] {4}; 93c4762a1bSJed Brown\path (1.75,0.25) node(5_1) [draw,shape=circle,color=orange] {5}; 94c4762a1bSJed Brown\path (1.75,0.75) node(6_1) [draw,shape=circle,color=orange] {6}; 95c4762a1bSJed Brown\path (1.25,0.75) node(7_1) [draw,shape=circle,color=orange] {7}; 96*54fcfd0cSMatthew G. Knepley(0.5,0.25) node(23_1) [draw,shape=circle,color=orange] {23} -- 97*54fcfd0cSMatthew G. Knepley(0.75,0.5) node(24_1) [draw,shape=circle,color=orange] {24} -- 98*54fcfd0cSMatthew G. Knepley(0.5,0.75) node(25_1) [draw,shape=circle,color=orange] {25} -- 99*54fcfd0cSMatthew G. Knepley(0.25,0.5) node(26_1) [draw,shape=circle,color=orange] {26} -- 100*54fcfd0cSMatthew G. Knepley(1.5,0.25) node(27_1) [draw,shape=circle,color=orange] {27} -- 101*54fcfd0cSMatthew G. Knepley(1.75,0.5) node(28_1) [draw,shape=circle,color=orange] {28} -- 102*54fcfd0cSMatthew G. Knepley(1.5,0.75) node(29_1) [draw,shape=circle,color=orange] {29} -- 103*54fcfd0cSMatthew G. Knepley(1.25,0.5) node(30_1) [draw,shape=circle,color=orange] {30} -- 104*54fcfd0cSMatthew G. Knepley(0.25,0.) node(31_1) [draw,shape=circle,color=orange] {31} -- 105*54fcfd0cSMatthew G. Knepley(0.75,0.) node(32_1) [draw,shape=circle,color=orange] {32} -- 106*54fcfd0cSMatthew G. Knepley(1.25,0.) node(33_1) [draw,shape=circle,color=orange] {33} -- 107*54fcfd0cSMatthew G. Knepley(1.75,0.) node(34_1) [draw,shape=circle,color=orange] {34} -- 108*54fcfd0cSMatthew G. Knepley(0.25,1.) node(35_1) [draw,shape=circle,color=orange] {35} -- 109*54fcfd0cSMatthew G. Knepley(0.75,1.) node(36_1) [draw,shape=circle,color=orange] {36} -- 110*54fcfd0cSMatthew G. Knepley(1.25,1.) node(37_1) [draw,shape=circle,color=orange] {37} -- 111*54fcfd0cSMatthew G. Knepley(1.75,1.) node(38_1) [draw,shape=circle,color=orange] {38} -- 112*54fcfd0cSMatthew G. Knepley(0.,0.25) node(39_1) [draw,shape=circle,color=orange] {39} -- 113*54fcfd0cSMatthew G. Knepley(0.,0.75) node(40_1) [draw,shape=circle,color=orange] {40} -- 114*54fcfd0cSMatthew G. Knepley(1.,0.25) node(41_1) [draw,shape=circle,color=orange] {41} -- 115*54fcfd0cSMatthew G. Knepley(1.,0.75) node(42_1) [draw,shape=circle,color=orange] {42} -- 116*54fcfd0cSMatthew G. Knepley(2.,0.25) node(43_1) [draw,shape=circle,color=orange] {43} -- 117*54fcfd0cSMatthew G. Knepley(2.,0.75) node(44_1) [draw,shape=circle,color=orange] {44} -- 118c4762a1bSJed Brown(0,0); 119c4762a1bSJed Brown\end{tikzpicture} 120c4762a1bSJed Brown\end{document} 121