-
Notifications
You must be signed in to change notification settings - Fork 4
/
schedule5x.html
70 lines (65 loc) · 2.15 KB
/
schedule5x.html
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
<!doctype html>
<html lang="en">
<head>
<title>p4est 2020 HCM Summer School: Friday</title>
<meta name="author" content="Carsten Burstedde">
<link type="text/css" rel="stylesheet" href="p4est.css">
<link type="text/css" rel="stylesheet" href="added.css">
<!-- mathjax !-->
<script type="text/javascript"
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</head>
<body>
<header>
<h1><tt>p4est</tt> 2020 HCM Summer School: Friday</h1>
<nav>
<div class="nav-container">
<h2 class="nav-item"><a href="index.html" alt="p4est main page">Main</a></h2>
<h2 class="nav-item">
<a href="gallery.html" alt="p4est Gallery of Research Results">Gallery</a></h2>
<h2 class="nav-item">
<a href="cite.html" alt="p4est Citations and Bibliography">Cite</a></h2>
<h2 class="nav-item">
<a href="school.html" alt="p4est 2020 HCM Summer School">School</a></h2>
</div>
</nav>
</header>
<main>
<p>
We are organizing a <tt>p4est</tt> summer school
sponsored by the
<a href="https://www.hcm.uni-bonn.de">Hausdorff Center for Mathematics</a>
at the <a href="https://www.uni-bonn.de/">University of Bonn</a>, Germany.
Please see also the school's <a
href="https://www.hcm.uni-bonn.de/events/eventpages/hausdorff-school/hausdoff-school-2020/the-p4est-software-for-parallel-amr/">home
page and application forms</a>.
</p>
<article id="s512">
<h2>Slot 512: <tt>p4est</tt>, occa and GPUs</h2>
<dl class="spec">
<dt>LW</dt><dd><a href="https://lucaswilcox.com/">Lucas
C. Wilcox</a> (co-organizer, speaker)</dd>
</dl>
<p class="book">
On this last day of the school, Lucas will share his workflow on
building discontinuous Galerkin methods with <tt>p4est</tt>.
Lucas has ample experience working with GPU accelerators and will
demonstrate how to move mesh related data between host and device and back.
</p>
</article>
<article id="s53">
<h2>Slot 53: Conclusion</h2>
<dl class="spec">
<dt>CB</dt><dd><a href="https://ins.uni-bonn.de/staff/burstedde">Carsten
Burstedde</a> (local chair, organizer, speaker)</dd>
<dt>LW</dt>
</dl>
<p class="book">
Summary, loose ends, solutions to exercises, open discussion.
Thanks for participating and good bye!
</p>
</article>
</main>
</body>
</html>