-
Notifications
You must be signed in to change notification settings - Fork 7
/
20110720-ICIAMIce.tex
195 lines (163 loc) · 6.46 KB
/
20110720-ICIAMIce.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
%\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}
\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]
\input{JedMacros.tex}
\title{Scalable Implicit Methods for Free Surface Flows in Glaciology}
\subtitle{Scalable Ice-sheet Solvers and Infrastructure for Petascale, High-resolution, Unstructured Simulations (SISIPHUS) \\
DOE ASCR ISICLES}
\author{Jed Brown\inst{1,2}, Iulian Grindeanu\inst{1}, Dmitry Karpeev\inst{1}, Barry F. Smith\inst{1}, and Timothy J. Tautges\inst{1}}
% - Use the \inst command only if there are several affiliations.
% - Keep it simple, no one is interested in your street address.
\institute
{
\inst{1}{Argonne National Laboratory} \\
\inst{2}{ETH Z\"urich}
}
\date{2011-07-20}
% 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}
\section{Objectives}
\input{slides/GroundingLine/BindschadlerNaturalHistory.tex}
\begin{frame}
\begin{block}{Glaciology and society}
\begin{itemize}
\item Quantitative analysis of ice dynamics in changing climate
\item Inversion to determine current state
\item Stability and sensitivity, mostly at grounding line
\item Prediect sea level rise as a function of sea surface temperature [energy policy]
\end{itemize}
\end{block}
\begin{block}{Our efforts}
\begin{itemize}
\item Unstructured meshing, geometric models of boundaries
\item Fully implicit formulations to enable analysis
\item Implicit solver components
\begin{itemize}
\item saddle points, anisotropy, heterogeneity, transport
\item composability and multi-physics coupling
\end{itemize}
\item High order accuracy and high throughput
\item Adjoints using restricted AD
\end{itemize}
\end{block}
\end{frame}
\section{Some opinionated commentary}
\input{slides/GroundingLine/Steepness.tex}
\input{slides/THI/ItWorks.tex}
\section{Conservative steady-state energy transport}
\input{slides/VHTEquations.tex}
\input{slides/VHTNondimensional.tex}
\input{slides/VHTSolvers.tex}
\input{slides/VHTSmoother.tex}
\input{slides/VHTJako.tex}
\section{Code verification}
\input{slides/Dohp/ElasticityCodeVerification.tex}
\section{Coupling software}
\input{slides/GroundingLine/ALEBlockForm.tex}
\input{slides/PETSc/Coupling.tex}
\section{High order with unassembled representations}
\begin{frame}{Performance of assembled versus unassembled}
\includegraphics[width=\textwidth]{figures/TensorVsAssembly} \\
\begin{itemize}
\item Same linear operator, smaller to not store unassembled
\item Use local symbolic math or AD, runtime choice of order, precondition with low-order method
\item Dual order $h$ and $p$ FEM: \url{github.com/jedbrown/dohp}
\item PETSc: \url{mcs.anl.gov/petsc}
\end{itemize}
\end{frame}
\begin{frame}[shrink=5]{Automation}
\begin{itemize}
\item For unassembled representations, decomposition, and assembly
\item Continuous weak form: find $u$
\[ v^T F(u) \sim \int_\Omega v \cdot {\color{green!70!black} f_0(u,\nabla u)}
+ \nabla v \tcolon {\color{green!70!black} f_1(u,\nabla u)} = 0, \qquad \forall v \in \VV_0 \]
\item Weak form of the Jacobian $J(w)$: find $u$
\begin{gather*}
v^T J(w) u \sim \int_\Omega \begin{bmatrix} v^T & \nabla v^T \end{bmatrix}
{\color{blue} \begin{bmatrix} f_{0,0} & f_{0,1} \\ f_{1,0} & f_{1,1} \end{bmatrix}}
\begin{bmatrix} u \\ \nabla u \end{bmatrix} \\
{\color{blue} [f_{i,j}] = \begin{bmatrix} \dfrac{\partial f_0}{\partial u} & \dfrac{\partial f_0}{\partial \nabla u} \\[1em]
\dfrac{\partial f_1}{\partial u} & \dfrac{\partial f_1}{\partial \nabla u} \end{bmatrix} (w,\nabla w) }
\end{gather*}
\item Terms in ${\color{blue} [f_{i,j}]}$ easy to compute symbolically, AD more scalable.
\item Nonlinear terms ${\color{green!70!black}f_0,f_1}$ usually have the most expensive nonlinearities in the computation of scalars
\begin{itemize}
\item Equations of state, effective viscosity
\item Compute gradient with reverse-mode, store at quadrature points.
\item Perturb scalars, then use forward-mode to complete the Jacobian.
\item Flip forward/reverse for action of the adjoint.
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}{Outlook}
\begin{itemize}
\item Stabilized continuous FEM is terrible, need to implement DG for transport.
\item Issues defining conservative normals for slip: all-positive (\eg spline) basis?
\item Geometric coupling to surface causes delicate stiffness at large time steps.
\item Visualization should have hooks for solving equations of state.
\item Need good hierarchical solver diagnostic tools.
\item Solution transfer after remeshing.
\item Have active set and semi-smooth Newton for contact, but there are many types of contact and much work to be done.
\item \emph{Strongly Coupled Solvers with Loosely Coupled Software} \\
CP76 11:00 tomorrow, Room 304.
\end{itemize}
\end{frame}
\end{document}