-
Notifications
You must be signed in to change notification settings - Fork 0
/
pasidg.tex
45 lines (35 loc) · 1.41 KB
/
pasidg.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
\documentclass[11pt,a4paper]{article}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[hyperfootnotes=false]{hyperref}
\usepackage{subfig}
\usepackage{caption}
\usepackage{algpseudocode}
\usepackage{algorithm}
\usepackage{listings}
\usepackage{color}
\definecolor{dkgreen}{rgb}{0,0.6,0}
\definecolor{gray}{rgb}{0.5,0.5,0.5}
\definecolor{mauve}{rgb}{0.58,0,0.82}
\captionsetup[lstlisting]{format=listing,singlelinecheck=false, margin=0pt, font={sf}}
\newcommand{\pa}[2]{\frac{\partial #1}{\partial #2}}
\def\usFootnote{Department of Computational and Applied Mathematics, Rice University, 6100 Main Street - MS 134, Houston, TX 77005, USA}
\def\email{Corresponding author. \textit{Email addresses: [email protected], [email protected], [email protected]} }
\def\fxgFootnote{Department of Applied Mathematics, Naval Postgraduate School, 1 University Circle, Monterey, CA 93943}
\title{High performance discontinuous Galerkin methods for faster than real time tsunami simulations}
\author{R.~Gandham \footnote{\email} \textsuperscript{,}\footnote{\usFootnote},\
F.~X.~Giraldo\footnote{\fxgFootnote},\
T.~Warburton\footnotemark[2]}
\begin{document}
\maketitle
\input{./sections/abstract}
\input{./sections/intro}
\input{./sections/methods}
\input{./sections/datasets}
\input{./sections/results}
\input{./sections/conclusions}
\bibliographystyle{siam}
\bibliography{refs}
\end{document}