-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
89 lines (73 loc) · 3.04 KB
/
main.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
\documentclass[12pt]{report}
\renewcommand\bibname{References}
\usepackage[a4paper, width=150mm,top=25mm,bottom=25mm]{geometry}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage[cache=false, outputdir=aux]{minted}
\usepackage{listings}
\usepackage{fancyhdr}
\usepackage{caption}
\pagestyle{fancy}
\setlength{\headheight}{14.49998pt}
% \fancyhead{}
\fancyhead[L]{\small\leftmark}
\fancyhead[R]{\small\rightmark}
\graphicspath{attachments/}
\hypersetup{
colorlinks = true, %Colours links instead of ugly boxes
urlcolor = blue, %Colour for external hyperlinks
linkcolor = blue, %Colour of internal links
citecolor = red %Colour of citations
}
\title{
{\textbf{Distributed memory parallelization of Lax-Wendroff Flux Reconstruction}}\\
{\large TIFR-CAM,}\\[-5pt]
{\large Bangalore, India.}\\[1cm]
{\includegraphics{attachments/tifrlogo.png}}
}
\author{
{\textbf{Report by}}\\Devansh Tripathi\\{IVR No. IMS22090}\\{IISER Thiruvananthapuram,}\\{Kerala, India}\\[1 cm]
{Period: June-July, 2024}
}
\date{}
\begin{document}
\maketitle
% \chapter*{Project Completion Certificate}
% \begin{figure*}[!ht]
% \centering
% \includegraphics[width=0.96\linewidth]{attachments/proj_com_certi.jpg}
% \end{figure*}
\chapter*{Acknowledgement}
I would like to thank Prof. Praveen Chandrashekar for providing me the oppportunity to work under his supervision for the summer of 2024. This project has provided me with a lot of experiences and learnings that will be very useful in shaping my career. It has helped me in curating my interests and will greatly influence further decision making of my career. I also had a great pleasure of working with Dr. Arpit Babbar for this project. I appreciate his supporting nature and his knowledge on the topic which is also a part of my learnings this summer. \\ \\
I would also like to acknowledge the interdisciplinary academic environment of TIFR-CAM and thank all the people at TIFR-CAM for making my internship experience valuable.
\chapter*{\centering\title{Distributed memory parallelization of Lax-Wendroff Flux Reconstruction}\\[1cm]}
\author{\centering
{\textbf{Author}}\\Devansh Tripathi\\{IISER Thiruvananthapuram,}\\{Kerala, India}\\[2 cm]
{\textbf{Supervisor}}\\{ Prof. Praveen Chandrashekar}\\{TIFR-CAM,}\\\hspace{171pt}{Bangalore, India}
}\\
\chapter*{Aim of the project}
\input{chapters/aim.tex}
\tableofcontents
\chapter{Introduction}
\input{chapters/introduction.tex}
\chapter{Theoretical framework} \label{tf}
\input{chapters/finite_volume_methods.tex}
\chapter{Profile of Organisation}
\input{chapters/profile.tex}
\chapter{Methodology} \label{m}
\input{chapters/trixiLW.tex}
\chapter{Alternative Methodology} \label{am}
\input{chapters/rma.tex}
\chapter{Analysis and Interpretation}\label{ai}
\input{chapters/analysis.tex}
\chapter{Conclusion} \label{c}
\input{chapters/conclusion.tex}
\chapter{Results} \label{ra}
\input{chapters/results.tex}
% \chapter*{References}
\input{chapters/references.tex}
\chapter*{Declaration}
\input{chapters/declaration.tex}
\end{document}