forked from amg-summit/amg-summit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtopics.html
More file actions
129 lines (111 loc) · 3.49 KB
/
topics.html
File metadata and controls
129 lines (111 loc) · 3.49 KB
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
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<head>
<link rel="shortcut icon" href="images/leaf.ico">
<title>AMG Summit</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css"></link>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var pic_1 = new Image();
var pic_2 = new Image();
var pic_3 = new Image();
var pic_4 = new Image();
var pic_5 = new Image();
pic_1.src = "./images/LC001.JPG";
pic_2.src = "./images/LC002.JPG";
pic_3.src = "./images/LC003.JPG";
pic_4.src = "./images/LC004.JPG";
pic_5.src = "./images/LC007.JPG";
function doButtons(picimage) {
document['picture'].src=picimage;
}
// End -->
</script>
</head>
<!-- ----------------main body---------------- -->
<body>
<center>
<br><br><br><br>
<table width=63%>
<tr>
<td>
<div id=box>
<table>
<tr>
<td width=500>
<img name=picture src="images/LC007.JPG">
</td>
<td width=5%></td>
<td>
<p id=big>The AMG Summit</p>
<p id=medium>A research workshop in the San Juan mountains and elsewhere in Colorado for the
advancement of algebraic multigrid methods and related methods.</p>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table width=63%>
<tr>
<td>
<div id=box>
<table width=100%>
<tr align=center id=big>
<td><a onmouseover = "doButtons('./images/LC001.JPG')" href="schedule.html">Schedule</a></td>
<td><a onmouseover = "doButtons('./images/LC002.JPG')" href="history.html">History</a></td>
<td><a onmouseover = "doButtons('./images/LC003.JPG')" href="participants.html">Participants</a></td>
<td><a onmouseover = "doButtons('./images/LC004.JPG')" href="sponsors.html">Sponsors</a></td>
<td><a onmouseover = "doButtons('./images/LC007.JPG')" href="topics.html">Current Topics</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<br><br>
<!-- -------------------------------- -->
<table width=63%>
<tr>
<td>
<div id=box>
The policy of the Summit is that the participants leave their polished talks
and reticence behind in favor of burning questions, open problems, new ideas,
and readiness to interact. </h4><br><br>
<h3>Topics for the 2020 meeting</h3>
<li> Systems MG, optimal coarse grid selection
<li> Non-pointwise smoothers and ideal interpolation in AMG
<li> Monolithic MG for implicit Runge-Kutta discretizations
<li> Multigrid for finite elements in time/fully implicit RK
<li> Isogeometric Analysis (IgA) and MG
<li> Multigrid-in-time for hyperbolic problems
<li> AMG for hyperbolic problems
<li> Adaptive AIR for advection-diffusion
<li> MGRIT-DD
<li> AMG extensions and multi-level neural networks
<li> Statistical learning in adaptive algebraic multigrid
<li> Block/line smoothers for AMG
<li> Nonlinear stochastic optimization with applications to neural networks
<li> Neural networks
<li> Coarse time-stepping for MGRIT using neural networks
<li> Multilevel machine learning
<li> Scientific ML intersecting MG
<li> Parallel MGRIT for time-dependent constrained optimization
<li> Region multigrid (hybrid hierarchical grids)
<li> General purpose classical AMG for HPC
<li> Strong/weak scaling performance
<li> Matrix scaling issues with smoothed aggregation AMG
<li> Semi-struct AMG
<li> Multigrid for synchronous phenomena
<li> Analysis of overflow/underflow in mixed precision MG
<li> AMG for high-order discretizations on GPUs
<li> Matrix-Free AMG
<li> AMG on GPUs
</div>
</td>
</tr>
</table>
</center>
</body>