forked from mmalahe/unc-dissertation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clt_dissertation_draft_v2.tex
504 lines (433 loc) · 15.5 KB
/
clt_dissertation_draft_v2.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
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% HEADER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\documentclass[11pt]{unc_dissertation}
\documentclass[11pt]{report}
%Font packages
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{import}
%Bilbiography styles
\bibliographystyle{ieeetr}
% List of acronyms
\usepackage{longtable}
\usepackage[acronym]{glossaries}
%% Math Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{bbm}
\usepackage{amssymb}
\usepackage{geometry}
%% Reduce spacing between paragraph and section title %%%%%%%
%% @todo: Put this modification in the class file itself.
\usepackage{titlesec}
\titlespacing*{\section}
{0pt}{-5pt}{0pt}
\titlespacing*{\subsection}
{0pt}{-5pt}{0pt}
\usepackage{indentfirst} %Indents first paragraphs in every section.
%% Flush footnotes to the left
\usepackage[hang,flushmargin]{footmisc}
%% Places footnotes immediately below horizontal rule
\setlength{\footnotesep}{0pt}
%% Normal LaTeX or pdfLaTeX? %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage{ifpdf}
%% Packages for Graphics & Figures %%%%%%%%%%%%%%%%%%%%%%%%%%
\ifpdf %%Inclusion of graphics via \includegraphics{file}
\usepackage[pdftex]{graphicx} %%graphics in pdfLaTeX
\else
\usepackage[dvips]{graphicx} %%graphics and normal LaTeX
\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% DOCUMENT SETTINGS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Deep Neural Network Solution Methods for First Order Least Squares Formulations of PDEs in Fluid and Solid Mechanics}
\author{Dissertation Author}
%\committee{Advisor}{Committee Member}{Committee Member}{Committee Member}{Committee Member}
\date{January 1, 1970}
%\input{abstract.tex}
%
%\dedication{To Wawa}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% GLOSSARIES AND ABBREVIATIONS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% To update the printed glossary, you need to run:
% - pdflatex dissertation
% - makeglossaries dissertation
% - pdflatex dissertation
% On Windows, you might need to install Perl first.
\newacronym{unc}{UNC}{The University of North Carolina at Chapel Hill}
\makeglossaries
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% DOCUMENT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\linespread{1.0}
\begin{document}
%% File Extensions of Graphics %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifpdf
\DeclareGraphicsExtensions{.pdf,.jpg,.png}
\else
\DeclareGraphicsExtensions{.eps}
\fi
\pagestyle{plain}
%%%%%%%%%%%%%%%%%
%% INITIAL THINGS
%%%%%%%%%%%%%%%%%
%\frontmatter
%\maketitle
\chapter*{Acknowledgements}
\input{acknowledgements.tex}
% The graduate school requires that entries are double spaced.
% They also require that multiple lines in a single entry are single spaced.
% This achieves that by setting \baselineskip (the space between lines)
% and \parskip (the additional space between paragraphs) directly, then restoring them
%
% @todo: Find a more elegant way of achieving this
% Establish original spacings
\newlength{\oldbaselineskip}
\setlength{\oldbaselineskip}{\the\baselineskip}
\newlength{\oldparskip}
\setlength{\oldparskip}{\the\parskip}
% Set spacings for these sections
\setlength{\baselineskip}{0.5\oldbaselineskip}
\setlength{\parskip}{0.5\oldbaselineskip}
\tableofcontents
\listoffigures
\listoftables
% Restore original spacings
\setlength{\baselineskip}{1.0\oldbaselineskip}
\setlength{\parskip}{1.0\oldparskip}
%\listofabbreviations
%\mainmatter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%MAIN CHAPTERS%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagestyle{plain} % Restore page numbers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter 0
% Everything, disorganized
%\chapter{Chapter 0}
%\include{UseCasePINNs}
\chapter{Introduction}
\include{ch-Introduction.tex}
\chapter{Neural Networks: Architectures, Activations, and Optimization}
\include{ch-NeuralNetworks.tex}
\include{NeuralNetworks.tex}
\include{sec-DeepReLUConvergence.tex}
\chapter{PINNs and DNN Solution Methods for PDE}
\include{ch-PINNModulus.tex}
\include{ch-PINNs.tex}
\include{ch-Methods.tex}
% \include{ref-ModulusPDEStandards.tex}
\include{ch-NeuralTangentKernel.tex}
\include{sec-PINNsAdvancedTechniques.tex}
\chapter{Least Squares Finite Element Methods}
\include{ch-LeastSquaredFiniteElementMethod.tex}
\include{ch-LSFEM.tex}
\include{ch-FOSLSElliptic.tex}
\include{sec-LSFEMDataAssimilation}
\chapter{FOSLS-PINNs}
\chapter{Fluid Mechanics Background}
\include{notes/FOSLS/ch-NavierStokesFormulations}
% \include{notes/FOSLS/NavierStokesFormulations}
%\include{notes/FOSLS/ch-NavierStokesFOSLS}
\chapter{Solid (Continuum) Mechanics Background}
\include{./notes/FOSLS/sec-LinearElasticity.tex}
\include{ch-ContinuumMechanicsHyperelastic.tex}
\chapter{Solid (Continuum) Mechanics Background}
\include{./notes/FOSLS/ch-DeepFOSLS1D-Formulations.tex}
\include{./notes/FOSLS/sec-EllipticFOSLS-Results.tex}
\include{./notes/FOSLS/ch-DeepFOSLS2D-Formulations.tex}
\chapter{Linear Elasticity Results}
\include{./notes/FOSLS/ch-LinearElasticityFOSLS-Formulations.tex}
\include{./notes/FOSLS/ch-LinearElasticityFOSLS-Results.tex}
\include{./notes/FOSLS/sec-LinearElasticityStokesFOSLS-Formulations-PureTraction.tex}
\chapter{Hyperelasticity Results}
%\include{./notes/FOSLS/ch-HyperElasticityFOSLS-Formulations.tex}
%\include{./notes/FOSLS/ch-HyperElasticityFOSLS-Results.tex}
%\include{./notes/FOSLS/ch-StokesFOSLS-VVP-Formulations.tex}
%\include{./notes/FOSLS/ch-StokesFOSLS-VVG-Formulations.tex}
%\include{./notes/FOSLS/ch-StokesFOSLS-VVT-Formulations.tex}
%\include{./notes/FOSLS/ch-StokesFOSLS-Formulations.tex}
%\include{./notes/FOSLS/ch-StokesFOSLS-Results.tex}
\include{./notes/FOSLS/ch-LinearElasticityStokesFOSLS-Formulations.tex}
\include{./notes/FOSLS/sec-LinearElasticityStokesFOSLS-Formulations-PureDisplacement.tex}
\include{./notes/FOSLS/sec-LinearElasticityStokesFOSLS-Formulations-PureTraction.tex}
\include{./notes/FOSLS/sec-LinearElasticityStokesFOSLS-Formulations-Mixed.tex}
%\include{./notes/FOSLS/ch-HyperElasticityFOSLS-Formulations.tex}
%\include{./notes/FOSLS/sec-HyperElasticityFOSLS-Formulations-Mixed.tex}
\chapter{Navier-Stokes FOSLS Formulations}
\include{./notes/FOSLS/ch-NavierStokesFOSLS-Formulations.tex}
\chapter{Navier-Stokes FOSLS Results}
\include{./notes/FOSLS/ch-NavierStokesFOSLS-Results.tex}
\chapter{Elliptic FOSLS Results}
\include{./notes/FOSLS/ch-DeepFOSLS1D2D-Results.tex}
\include{./notes/FOSLS/ch-SteadyNavierStokes2D-FOSLS-Results.tex}
\include{./notes/FOSLS/sec-HagenPoiseuilleChannel2D.tex}
\include{./notes/FOSLS/sec-CouetteChannel2D.tex}
\include{./notes/FOSLS/sec-Kovasznay2D.tex}
\include{./notes/FOSLS/sec-BercovierSquare2D.tex}
\include{./notes/FOSLS/sec-RuasDisk2D.tex}
\include{./notes/FOSLS/sec-TaylorGreen2D.tex}
\include{./notes/FOSLS/sec-CylinderChannel2D.tex}
\include{./notes/FOSLS/SEC-CYLINDER-STEADY-2D}
\include{./notes/FOSLS/sec-BlockStenosisChannel2D.tex}
\include{./notes/FOSLS/sec-AnnularRing2D.tex}
\include{./notes/FOSLS/ch-SteadyNavierStokes3D-FOSLS-Results.tex}
\include{./notes/FOSLS/sec-TaylorGreen3D.tex}
\include{./notes/FOSLS/sec-ABCFlow3D.tex}
%
\include{./notes/FOSLS/ch-NavierStokes2D-FOSLS-Results.tex}
\include{./notes/FOSLS/sec-TaylorGreen2DT.tex}
%
%\include{./notes/FOSLS/ch-NavierStokes3D-FOSLS-Results.tex}
%\include{./notes/FOSLS/sec-Beltrami3DT.tex}
%\include{./notes/FOSLS/sec-TaylorGreen3DT.tex}
\include{./notes/FOSLS/sec-Cylinder2DT.tex}
\include{NNFEM.tex}
\include{PINNConvergence.tex}
\include{LEFormulationComparison.tex}
\include{LESoftHardBC.tex}
\section{Numerical Experiments: Elliptic and Poisson}
\section{Numerical Experiments: Linear Elasticity}
\subsection{Plane Strain Block 2D}
\subsection{Plane Stress Block 2D}
\include{sec-LinearElasticity2D-Results-PureTraction}
\section{Numerical Experiments: Hyperelastic Solid Mechanics}
\subsection{Compressible Neohookean Block}
\subsection{Incompressible Mooney-Rivlin Block}
\section{Numerical Experiments: Steady Navier Stokes, }
\include{./notes/FOSLS/ch-DeepFOSLS-Results-LDC2D.tex}
\include{./notes/FOSLS/ch-DeepFOSLS-Results-Cylinder2D.tex}
\include{./notes/FOSLS/ch-DeepFOSLS-Results-Block2D.tex}
\include{./notes/FOSLS/ch-DeepFOSLS-Results-AnnularRing.tex}
\include{./notes/FOSLS/ch-DeepFOSLS-Results-AnnularRing1.tex}
\include{./notes/FOSLS/ch-DeepFOSLS-Results-Cylinder2D_inverse.tex}
\include{./notes/FOSLS/ch-DeepFOSLS-Results-Block2D_inverse.tex}
\input{./ch-Chapter0.tex}
%\input{./notes/FOSLS/SECTION_ANNULUARRING_PRESSUREMONITORS_STEADY_2D}
\include{slide-Activations.tex}
\include{slide-AnnularRing.tex}
% \include{slide-BercovierEngelman2D-0.tex}
\include{slide-BercovierEngelman2D-NTK-SILU.tex}
\include{slide-BercovierEngelman2D-SILU.tex}
\include{slide-BercovierEngelman2D.tex}
\include{slide-Chip2D-Intro.tex}
\include{slide-Chip2D.tex}
\include{slide-Cylinder2D-Intro.tex}
\include{slide-Cylinder2D.tex}
\include{slide-Cylinder2D-RELU.tex}
\include{slide-Cylinder2D-SILU.tex}
\include{slide-LDC2D.tex}
\include{slide-LDC2D-SILU.tex}
\include{slide-LDC2D-RELU.tex}
\include{slide-LDC2D-TANH.tex}
\include{slide-NeuralNetworks.tex}
\include{slide--PINNConvergence.tex}
% \include{ref-PINNConvergence.tex}
\include{slide-PlaneDisplacement.tex}
\include{slide-RuasDisk2D.tex}
\include{slide-SteadyChannel2D.tex}
\include{slide-SteadyNSFormulations.tex}
\include{slide-SteadyNSPressureRecovery.tex}
% \include{slide-test.tex}
\include{slide-UseCasePINNs.tex}
\include{slide-WeightedLSFEM.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter 1
% Overview of Neural Networks and Supervised (Learning) NN Approximation
%\chapter{Chapter 1}
%\input{chapter1.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter 2
% Brief Introduction to equation-informed (unsupervised) NN approximations to PDEs PINNs, overview of results (forward, backward, identification, SDEs), FFR Application? ROM and surrogate models,
%\chapter{Chapter 2}
%\input{chapter2.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter 3
% Brief Introduction to equation-informed (unsupervised) NN approximations to PDEs PINNs, overview of results (forward, backward, identification, SDEs), FFR Application?
%\chapter{Chapter 3}
%\input{chapter2.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter
% 1D Deep LS, Deep FOSLS, Deep Energy Method comparison
%\chapter{Chapter 2}
%\input{chapter2.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter
% 2D (Unconstrained?) PDEs
% Deep FOSLS vs PINNs comparison.
% Poisson-like Equations
% Poisson
% Diffusion
% Helmholtz
%
%\chapter{Chapter 2}
%laplace
%\input{poisson2d.tex}
%\input{surfacepoisson2d.tex}
%%\input{diffusion2d.tex}
%%\input{diffusionreaction2d.tex}
%singularlyperturbed
%\input{advectiondiffusionreaction2d.tex}
%\input{helmholtz2d.tex}
%\input{chapter2.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter
% Introduction: FEM and LSFEM methods
% Linear and Hyperelastic Elasticity
% PINNs vs Deep FOSLS (Deep Energy Method?)comparison
% thesisLeast-squares mixed finite elements for geometricallySteegerDiss.pdf
%\chapter{Finite Element Methods and Least-Squares FEM in Solid and Fluid Mechanics}
%%\input{Galerkin and mixed Galerkin finite elements.tex}
%\input{GalerkinandMixedGalerkinFiniteElements.tex}
%%\input{Least-squares mixed finite elements.tex}
%\input{LeastSquaresMixedFiniteElements.tex}
%%\input{Outline}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter
% 2D Static Solid Mechanics
% Linear and Hyperelastic Elasticity
% PINNs vs Deep FOSLS (Deep Energy Method?)comparison
% thesisLeast-squares mixed finite elements for geometricallySteegerDiss.pdf
%\chapter{Continuum mechanical background}
%\input{KinematicsAndDeformationMeasures.tex}
%\input{StressQuantities.tex}
%\input{Hyperelasticmaterials.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter
% Background: LSFFEM for Steady Newtonian Fluid Mechanics
%\chapter{First-Order Systems Least-Squares Formulations of Navier-Stokes Equations for Steady Newtonian Fluid Mechanics}
%\input{LinearElasticityPureTractionFormulation.tex}
%\input{LinearElasticityPureDisplacementFormulation.tex}
%\input{LinearElasticityTractionDisplacementFormulation.tex}
%\input{hyperelasticfosls.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter
% Background: LSFFEM for Steady Newtonian Fluid Mechanics
%\chapter{First-Order Systems Least-Squares Formulations of Navier-Stokes Equations for Steady Newtonian Fluid Mechanics}
%\input{VPFormulation.tex}
%\input{VVFormulation.tex}
%\input{VVPFormulation.tex}
%\input{VPSFormulation.tex}
%\input{VVGFormulation.tex}
%\input{VVTFormulation.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter
% PINN Approximations to Navier-Stokes:
% 2D Steady Newtonian Fluid Mechanics
%\chapter{PINN Approximations to Navier-Stokes: Steady Newtonian Fluid Mechanics}
%\input{chapter2.tex}
%\subimport{notes/}{windkessel_overview.tex}
%%\input{./notes/windkessel_overview.tex}
%%\input{../notes/FOSLS/BLOCKSTENOSISSTEADY2D.tex}
%%\input{/notes/FOSLS/BLOCKSTENOSISSTEADY2D.tex}
%%\input{../notes/FOSLS/BLOCKSTENOSIS_STEADY_2D.tex}
%%\input{../notes/FOSLS/SECTION_ANNULARRING_STEADY_2D.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter
% 2D Steady Non-Newtonian Fluid Mechanics, Special Methods, Applications
%\chapter{Chapter 2}
%\input{chapter2.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter
% Time-Dependent FOSLS Method, 1D/2D Advection-Diffusion-Reaction, Burger's, KdV, NL Schrodinger
%\chapter{Chapter 2}
%\input{chapter2.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter
% PIGAN FOSLS vs Primitive FOSLS: Pressure Reconstruction, Darcy, and Elasticity
%\chapter{Chapter 2}
%\input{chapter2.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter
% Bayesian PINNs vs Bayesian FOSLS PINNs for UQ, noise distributions
%\chapter{Chapter 2}
%\input{chapter2.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Chapter
% Operator Learning (DeepONet, MIONet, and Fourcastnet) 1D Deep LS, Deep FOSLS, Deep Energy Method comparison
%\chapter{Chapter 2}
%\input{chapter2.tex}
{\tiny }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% BIBLIOGRAPHY AND OTHER LISTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\backmatter
% Bibliography
\bibliography{dissertation}
\addtocontents{toc}{\protect\vspace*{\baselineskip}}
% Add bibliography to contents page
%\addcontentsline{toc}{chapter}{Bibliography} %'Bibliography' into toc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% APPENDICES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix
%\chapter{}
%\section{}
\end{document}