forked from jedbrown/talks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
20120112-ICERMMathAlgorithms.tex
193 lines (166 loc) · 5.79 KB
/
20120112-ICERMMathAlgorithms.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
% \documentclass[handout]{beamer}
\documentclass{beamer}
\mode<presentation>
{
\usetheme{default}
\usefonttheme[onlymath]{serif}
% \usetheme{Singapore}
% \usetheme{Warsaw}
% \usetheme{Malmoe}
% \useinnertheme{circles}
% \useoutertheme{infolines}
% \useinnertheme{rounded}
\setbeamercovered{transparent=5}
}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{textpos,alltt,listings,multirow,ulem,siunitx}
\usepackage{pdfpages}
\newcommand\hmmax{0}
\newcommand\bmmax{0}
\usepackage{bm}
% font definitions, try \usepackage{ae} instead of the following
% three lines if you don't like this look
\usepackage{mathptmx}
\usepackage[scaled=.90]{helvet}
% \usepackage{courier}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usetikzlibrary[shapes,shapes.arrows,arrows,shapes.misc,fit,positioning]
% \usepackage{pgfpages}
% \pgfpagesuselayout{4 on 1}[a4paper,landscape,border shrink=5mm]
\usepackage{JedMacros}
\title{Mathematical Algorithms}
%\author{Jed Brown, Felipe Cruz, Matt Knepley, Richard Mills, John Owens, Jack Poulson, Ulrike Meier Yang}
% - Use the \inst command only if there are several affiliations.
% - Keep it simple, no one is interested in your street address.
\date{2012-01-12}
% This is only inserted into the PDF information catalog. Can be left
% out.
\subject{Talks}
% If you have a file called "university-logo-filename.xxx", where xxx
% is a graphic format that can be processed by latex or pdflatex,
% resp., then you can add a logo as follows:
% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
% \logo{\pgfuseimage{university-logo}}
% Delete this, if you do not want the table of contents to pop up at
% the beginning of each subsection:
% \AtBeginSubsection[]
% {
% \begin{frame}<beamer>
% \frametitle{Outline}
% \tableofcontents[currentsection,currentsubsection]
% \end{frame}
% }
\AtBeginSection[]
{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection]
\end{frame}
}
% If you wish to uncover everything in a step-wise fashion, uncomment
% the following command:
% \beamerdefaultoverlayspecification{<+->}
\begin{document}
\lstset{language=C}
\normalem
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Unifying themes}
\begin{itemize}
\item We want to \alert{\large maximize science}.
\begin{itemize}
\item Kernel tuning and fusing helps sometimes
\item Huge scope remains at problem formulation
\end{itemize}
\item Raise level of abstraction at which a problem is formally specified
\begin{itemize}
\item Improves reproducibility of scientific results
\item Permits fusing of algorithmic stages, sometimes with better mathematical properties
\begin{itemize}
\item convergence proofs become more delicate
\end{itemize}
\end{itemize}
\item Algorithmic optimality is crucial
\end{itemize}
\end{frame}
\begin{frame}
\begin{itemize}
\item Multilevel methods
\begin{itemize}
\item matrix-free and nonlinear schemes
\item reduce dependence on assembly and factorization
\item smoothers natural to discretizations (e.g. multigrid with Neumann problems)
\item coarse spaces for nonlocal problems (2nd kind, wave ray)
\item smoothers for nonlocal problems
\item reusing and fusing with different levels of analysis (MLMC, stability, sensitivity)
\item traditional robustness and generality (anisotropy, heterogeneity, saddle points, null spaces)
\end{itemize}
\item (Nonlinear) elimination for arithmetic intensity/communication reduction
\begin{itemize}
\item at element level: Hybridizable DG
\item at subdomain level: nonlinear Schwarz (ASPIN)
\item at physics level: low-Mach, IMEX
\end{itemize}
\item Reconsidering high-coefficient/highly-parallel methods
\begin{itemize}
\item Strassen
\item Alternative Fourier transform algorithms (FMM, butterfly, etc)
\item Schulz iteration for inverting structured matrices
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}{Advanced Analysis}
\begin{itemize}
\item Uncertainty quantification
\begin{itemize}
\item intrusive vs unintrusive methods, multilevel
\item uncertainty in modeling error
\item use subdifferentials for non-smooth processes
\item unified handling of heterogeneous observational data
\end{itemize}
\item PDE-constrained Optimization
\begin{itemize}
\item multi-objective
\item robustness
\item rich problem description
\item fusing algorithmic steps (LNK and coupled DD fuse gradients with progress)
\end{itemize}
\item Exploring stability manifolds
\begin{itemize}
\item solving bordered linear and nonlinear systems
\end{itemize}
\item (nearly) time-periodic problems
\begin{itemize}
\item identifying cycles in ocean models, turbomachinery
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}
\begin{itemize}
\item discretizations with special properties
\begin{itemize}
\item more flops with less memory motion
\item more accuracy with less memory motion or with more flops
\item local conservation for FP/memory error detection
\item high order schemes with small vertex separators
\item continuously differentiable when possible (e.g. TVD; enables adjoints, Newton)
\item unified discretization frameworks enable multiphysics
\end{itemize}
\item circumventing order barriers
\begin{itemize}
\item high order downwind SSP time integrators
\item positivity and maximum-principle preservation with high order accuracy
\end{itemize}
\item multi-rate time integration for stiff systems
\item variational inequalities, contact
\begin{itemize}
\item awkwardly large spaces for inequalities
\item detection
\end{itemize}
\item synchronization for particle in cell methods
\end{itemize}
\end{frame}
\end{document}