-
Notifications
You must be signed in to change notification settings - Fork 1
/
latex_symbols_feti.tex
90 lines (74 loc) · 3.03 KB
/
latex_symbols_feti.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
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
% -------------------------------------------------------------------
% Text Abbreviations
\newcommand{\dm}[3]{#1: #2 \times #3} % matrix dimensions
\newcommand{\dq}[2]{\dm{#1}{#2}{#2}} % quadratic matrix dimensions
\newcommand{\nbc}{\textsc{Neumann} boundary condition}
\newcommand{\dbc}{\textsc{Dirichlet} boundary condition}
\newcommand{\nbcs}{\nbc{s}}
\newcommand{\dbcs}{\dbc{s}}
\newcommand{\nbcl}{\nbc~}
\newcommand{\dbcl}{\dbc~}
\newcommand{\nbcsl}{\nbcs~}
\newcommand{\dbcsl}{\dbcs~}
\newcommand{\LM}{\textsc{Lagrange} Multiplier}
\newcommand{\LMs}{\LM{s}}
\newcommand{\LMl}{\LM~}
\newcommand{\LMsl}{\LMs~}
\newcommand{\minimize}[2]{\underset{#1}{\text{min}} \left[ #2 \right]}
\newcommand{\diag}[1]{\text{diag}\left(#1\right)}
\newcommand{\sv}[1]{{\vec{#1}^{(s)}}}
\newcommand{\s}[1]{{{#1}^{(s)}}}
\newcommand{\im}{\text{im}}
% -------------------------------------------------------------------
% -------------------------------------------------------------------
% Formula Constructions
\newcommand{\sub}[2]{#1^{(#2)}}
% -------------------------------------------------------------------
% -------------------------------------------------------------------
% Math Symbols
%Small and Capitals
%Normal Letters
%Curved Letters \mathcal{ABC}
%Greek Letters
% -------------------------------------------------------------------
% -------------------------------------------------------------------
% Math Symbols: global
\newcommand{\glbStiff}{\vec{\hat{K}}}
\newcommand{\glbForceExt}{\vec{\hat{f}}}
\newcommand{\glbDisp}{\vec{\hat{u}}}
\newcommand{\glbNrDof}{\hat{N}_{dof}}
\newcommand{\glbDomain}{\Omega}
\newcommand{\glbBound}{\Gamma}
\newcommand{\glbBoundD}{\glbBound_D}
\newcommand{\glbBoundN}{\glbBound_N}
\newcommand{\glbBoundI}{\glbBound_I}
% -------------------------------------------------------------------
% -------------------------------------------------------------------
% Math Symbols: substructure local
\newcommand{\subDomain}{\glbDomain}
\newcommand{\subBound}{\glbBound}
\newcommand{\subBoundD}{\glbBoundD}
\newcommand{\subBoundN}{\glbBoundN}
\newcommand{\subBoundI}{\glbBoundI}
\newcommand{\subStiff}{\vK}
\newcommand{\subStiffI}{\vK_I} % trace of stiffness on interface
\newcommand{\subStiffi}{\vK_i} % internal part of stiffness
\newcommand{\subStiffIi}{\vK_I} % mixed Ii part of stiffness
\newcommand{\subStiffiI}{\vK_i} % mixed iI part of stiffness
\newcommand{\subForceExt}{\vf}
\newcommand{\subDisp}{\vu}
\newcommand{\subSchurKI}{\vK_SI} % schur complement of the stiffness on the interface
\newcommand{\subRbm}{\vR}
\newcommand{\subNrDofs}{N_{dof}}
\newcommand{\subNrSubs}{N_s}
\newcommand{\subNrLM}{N_{lm}}
\newcommand{\subNrRbm}{N_{rbm}}
% -------------------------------------------------------------------
% -------------------------------------------------------------------
% Math Symbols: interface
\newcommand{\ifFlex}{$\vF_I$}
\newcommand{\ifRbm}{\vG_{I,N}}
\newcommand{\ifAux}{\vG_{I,C}}
\newcommand{\ifFlexPrec}{\overline{\ifFlex^{-1}}}
\newcommand{\ifBrd}{\vGamma_I}
% -------------------------------------------------------------------