File: wedge_node.tex

package info (click to toggle)
trilinos 12.18.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 825,604 kB
  • sloc: cpp: 3,352,065; ansic: 432,926; fortran: 169,495; xml: 61,903; python: 40,836; sh: 32,697; makefile: 26,612; javascript: 8,535; perl: 7,136; f90: 6,372; csh: 4,183; objc: 2,620; lex: 1,469; lisp: 810; yacc: 497; awk: 364; ml: 281; php: 145
file content (129 lines) | stat: -rw-r--r-- 6,096 bytes parent folder | download | duplicates (7)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
\documentclass[11pt]{article}
\usepackage{geometry}                % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper}                   % ... or a4paper or a5paper or ... 
%\geometry{landscape}                % Activate for for rotated page geometry
%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx}
\usepackage{amssymb,amsmath}
\usepackage{epstopdf}
\usepackage{pgf}
\usepackage{pgfpages}
\usepackage{tikz}
\usetikzlibrary{arrows,backgrounds}
\usepgflibrary{shapes}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\pagestyle{empty}


\begin{document}

% Wedge Node Numbering
  \begin{center}
    \begin{tikzpicture}[join=round] %Wedge with 6 nodes
        \filldraw[fill=black!20](1.748,.561)--(-2.205,.272)--(.456,-.833)--cycle;
        \filldraw(1.748,.561) circle (2pt);
        \filldraw[fill=blue!10,fill opacity=0.4](-2.205,2.872)--(-2.205,.272)--(1.748,.561)--(1.748,3.161)--cycle;
        \filldraw[fill=blue!10,fill opacity=0.4](1.748,3.161)--(1.748,.561)--(.456,-.833)--(.456,1.767)--cycle;
        \filldraw[fill=blue!10,fill opacity=0.4](.456,1.767)--(.456,-.833)--(-2.205,.272)--(-2.205,2.872)--cycle;
        \filldraw(-2.205,.272) circle (2pt);
        \filldraw(1.748,3.161) circle (2pt);
        \filldraw(-2.205,2.872) circle (2pt);
        \filldraw(.456,-.833) circle (2pt);
        \filldraw(.456,1.767) circle (2pt);
        \fill[black]
                (-2.205,.272) node [below] {0}
                (.456,-.833) node [below] {1}
                (1.748,.561) node [below] {2}
                (-2.205,2.872) node [above] {3}
                (.456,1.767) node [above] {4}
                (1.748,3.161) node [above] {5};
    \end{tikzpicture}
     \hspace{1cm}
     \begin{tikzpicture}[join=round]
         \filldraw[fill=black!20](1.748,.561)--(-2.205,.272)--(.456,-.833)--cycle;
         \filldraw(1.748,.561) circle (2pt);
         \filldraw[fill=blue!10,fill opacity=0.4](-2.205,2.872)--(-2.205,.272)--(1.748,.561)--(1.748,3.161)--cycle;
         \filldraw[fill=blue!10,fill opacity=0.4](1.748,3.161)--(1.748,.561)--(.456,-.833)--(.456,1.767)--cycle;
         \filldraw(-.228,.417) circle (2pt);
         \filldraw(1.748,1.861) circle (2pt);
         \filldraw(-2.205,.272) circle (2pt);
         \filldraw[fill=blue!10,fill opacity=0.4](.456,1.767)--(.456,-.833)--(-2.205,.272)--(-2.205,2.872)--cycle;
         \filldraw(1.748,3.161) circle (2pt);
         \filldraw(-2.205,1.572) circle (2pt);
         \filldraw(-.228,3.017) circle (2pt);
         \filldraw(-2.205,2.872) circle (2pt);
         \filldraw(1.102,-.136) circle (2pt);
         \filldraw(-.874,-.281) circle (2pt);
         \filldraw(1.102,2.464) circle (2pt);
         \filldraw(-.874,2.319) circle (2pt);
         \filldraw(.456,-.833) circle (2pt);
         \filldraw(.456,.467) circle (2pt);
         \filldraw(.456,1.767) circle (2pt);
         \fill[black,font=\footnotesize]
                (-2.205,.272) node [below] {0}
                (.456,-.833) node [below] {1}
                (1.748,.561) node [below] {2}
                (-2.205,2.872) node [above] {3}
                (.456,1.767) node [above] {4}
                (1.748,3.161) node [above] {5}
                (-.874,-.281) node [below] {6}
                (1.102,-.136) node [below] {7}
                (-.228,.417) node [above] {8}
                (-2.205,1.572) node [left] {9}
                (.456,.467) node [right] {10}
                (1.748,1.861) node [right] {11}
                (-.874,2.319) node [above] {12}
                (1.102,2.464) node [above] {13}
                (-.228,3.017) node [above] {14};
    \end{tikzpicture}
  \end{center}
  \begin{center} {(a) \hspace{5cm} (b)} \end{center}
  \begin{center}
    \begin{tikzpicture}[join=round]
        \filldraw[fill=black!20](1.748,.561)--(-2.205,.272)--(.456,-.833)--cycle;
        \filldraw(1.748,.561) circle (2pt);
        \filldraw(-.228,1.717) circle (2pt);
        \filldraw[fill=blue!10,fill opacity=0.4](-2.205,2.872)--(-2.205,.272)--(1.748,.561)--(1.748,3.161)--cycle;
        \filldraw[fill=blue!10,fill opacity=0.4](1.748,3.161)--(1.748,.561)--(.456,-.833)--(.456,1.767)--cycle;
        \filldraw(-.228,.417) circle (2pt);
        \filldraw(1.748,1.861) circle (2pt);
        \filldraw(-2.205,.272) circle (2pt);
        \filldraw[fill=blue!10,fill opacity=0.4](.456,1.767)--(.456,-.833)--(-2.205,.272)--(-2.205,2.872)--cycle;
        \filldraw(1.748,3.161) circle (2pt);
        \filldraw(-2.205,1.572) circle (2pt);
        \filldraw(-.228,3.017) circle (2pt);
        \filldraw(-2.205,2.872) circle (2pt);
        \filldraw(1.102,-.136) circle (2pt);
        \filldraw(-.874,-.281) circle (2pt);
        \filldraw(1.102,1.164) circle (2pt);
        \filldraw(-.874,1.019) circle (2pt);
        \filldraw(1.102,2.464) circle (2pt);
        \filldraw(-.874,2.319) circle (2pt);
        \filldraw(.456,-.833) circle (2pt);
        \filldraw(.456,.467) circle (2pt);
        \filldraw(.456,1.767) circle (2pt);
        \fill[black,font=\footnotesize]
                (-2.205,.272) node [below] {0}
                (.456,-.833) node [below] {1}
                (1.748,.561) node [below] {2}
                (-2.205,2.872) node [above] {3}
                (.456,1.767) node [above] {4}
                (1.748,3.161) node [above] {5}
                (-.874,-.281) node [below] {6}
                (1.102,-.136) node [below] {7}
                (-.228,.417) node [above] {8}
                (-2.205,1.572) node [left] {9}
                (.456,.467) node [right] {10}
                (1.748,1.861) node [right] {11}
                (-.874,2.319) node [above] {12}
                (1.102,2.464) node [above] {13}
                (-.228,3.017) node [above] {14}
                (-.874,1.019) node [above] {15}
                (1.102,1.164) node [above] {16}
                (-.228,1.717) node [below] {17};
    \end{tikzpicture}
  \end{center}
  \begin{center}
           (c) 
  \end{center}
\end{document}