forked from jvergar2/FEM-Notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.out.ps
More file actions
189 lines (189 loc) · 3.92 KB
/
Copy pathmain.out.ps
File metadata and controls
189 lines (189 loc) · 3.92 KB
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
%!
/pdfmark where{pop}
{/globaldict where{pop globaldict}{userdict}ifelse/pdfmark/cleartomark load put}
ifelse
[
/Title(Summary)
/Action/GoTo/Dest(chapter*.3)cvn
/OUT pdfmark
[
/Title(Introduction)
/Action/GoTo/Dest(chapter.1)cvn
/OUT pdfmark
[
/Title(The Finite Element Method)
/Count 3
/Action/GoTo/Dest(chapter.2)cvn
/OUT pdfmark
[
/Title(Boundary value problems)
/Count 1
/Action/GoTo/Dest(section.2.1)cvn
/OUT pdfmark
[
/Title(Differential formulation-Generalized balance law)
/Action/GoTo/Dest(subsection.2.1.1)cvn
/OUT pdfmark
[
/Title(Brief review of the linearized theory of elasticity model)
/Count 3
/Action/GoTo/Dest(section.2.2)cvn
/OUT pdfmark
[
/Title(Equivalence between strong and weak forms)
/Action/GoTo/Dest(subsection.2.2.1)cvn
/OUT pdfmark
[
/Title(Variational formulation)
/Action/GoTo/Dest(subsection.2.2.2)cvn
/OUT pdfmark
[
/Title(Weighted residual methods)
/Action/GoTo/Dest(subsection.2.2.3)cvn
/OUT pdfmark
[
/Title(Discretization of the PVW using FEM)
/Count 2
/Action/GoTo/Dest(section.2.3)cvn
/OUT pdfmark
[
/Title(Basic elements of interpolation theory)
/Action/GoTo/Dest(subsection.2.3.1)cvn
/OUT pdfmark
[
/Title(Formulation of the finite element matrices)
/Action/GoTo/Dest(subsection.2.3.2)cvn
/OUT pdfmark
[
/Title(Wave propagation problems in the frequency domain)
/Count 5
/Action/GoTo/Dest(chapter.3)cvn
/OUT pdfmark
[
/Title(Problem formulation)
/Action/GoTo/Dest(section.3.1)cvn
/OUT pdfmark
[
/Title(Discretization in complex algebra)
/Action/GoTo/Dest(section.3.2)cvn
/OUT pdfmark
[
/Title(Discretization in real algebra)
/Action/GoTo/Dest(section.3.3)cvn
/OUT pdfmark
[
/Title(Scattering by a micropolar solid)
/Action/GoTo/Dest(section.3.4)cvn
/OUT pdfmark
[
/Title(Coupling with the BEM)
/Action/GoTo/Dest(section.3.5)cvn
/OUT pdfmark
[
/Title(Wave propagation problems in the time domain)
/Count 4
/Action/GoTo/Dest(chapter.4)cvn
/OUT pdfmark
[
/Title(Problem formulation)
/Action/GoTo/Dest(section.4.1)cvn
/OUT pdfmark
[
/Title(Explicit time integration algorithm)
/Action/GoTo/Dest(section.4.2)cvn
/OUT pdfmark
[
/Title(Statement of the Problem)
/Count 3
/Action/GoTo/Dest(section.4.3)cvn
/OUT pdfmark
[
/Title(Damping Assumptions)
/Action/GoTo/Dest(subsection.4.3.1)cvn
/OUT pdfmark
[
/Title(Algorithm corresponding to the damping assumption 3)
/Action/GoTo/Dest(subsection.4.3.2)cvn
/OUT pdfmark
[
/Title(Decoupling)
/Action/GoTo/Dest(subsection.4.3.3)cvn
/OUT pdfmark
[
/Title(The DRM approach)
/Action/GoTo/Dest(section.4.4)cvn
/OUT pdfmark
[
/Title(Periodic media problems)
/Count 4
/Action/GoTo/Dest(chapter.5)cvn
/OUT pdfmark
[
/Title(Bloch theorem)
/Count 1
/Action/GoTo/Dest(section.5.1)cvn
/OUT pdfmark
[
/Title(Bloch theorem in elastodynamics)
/Action/GoTo/Dest(subsection.5.1.1)cvn
/OUT pdfmark
[
/Title(Bloch theorem as boundary conditions)
/Action/GoTo/Dest(section.5.2)cvn
/OUT pdfmark
[
/Title(Variational form for elastodynamics with Bloch-periodicity)
/Action/GoTo/Dest(section.5.3)cvn
/OUT pdfmark
[
/Title(Implementation)
/Count 2
/Action/GoTo/Dest(section.5.4)cvn
/OUT pdfmark
[
/Title(Bloch-periodicity in FEM)
/Action/GoTo/Dest(subsection.5.4.1)cvn
/OUT pdfmark
[
/Title(Real algebra implementation)
/Action/GoTo/Dest(subsection.5.4.2)cvn
/OUT pdfmark
[
/Title(Computational aspects)
/Count 3
/Action/GoTo/Dest(chapter.6)cvn
/OUT pdfmark
[
/Title(Global assembly)
/Action/GoTo/Dest(section.6.1)cvn
/OUT pdfmark
[
/Title(Python implementations)
/Action/GoTo/Dest(section.6.2)cvn
/OUT pdfmark
[
/Title(Commercial codes and user subroutines)
/Action/GoTo/Dest(section.6.3)cvn
/OUT pdfmark
[
/Title(Nonlinear Equilibrium in FEM)
/Count 2
/Action/GoTo/Dest(chapter.7)cvn
/OUT pdfmark
[
/Title(General Equilibrium Equations)
/Count 1
/Action/GoTo/Dest(section.7.1)cvn
/OUT pdfmark
[
/Title(Lagrangian description of the equilibrium equations)
/Action/GoTo/Dest(subsection.7.1.1)cvn
/OUT pdfmark
[
/Title(Non-linear problems)
/Action/GoTo/Dest(section.7.2)cvn
/OUT pdfmark
[
/Title(References)
/Action/GoTo/Dest(equation.7.0.20)cvn
/OUT pdfmark