-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathschedule1x.html
115 lines (109 loc) · 4.17 KB
/
schedule1x.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
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
<!doctype html>
<html lang="en">
<head>
<title>p4est 2020 HCM Summer School: Monday</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: Monday</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="s11">
<h2>Slot 11: Welcome and introduction (<a href="https://www.youtube.com/watch?v=BaPCsYoa_B0&list=PLGEB5h5rzbTsQuQ-7wub17xUT9AjYQOfP&index=1">video</a>)</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>ToI</dt><dd><a href="https://www.cse.gatech.edu/people/12734/tobin-isaacs/">Tobin
Isaac</a> (co-organizer, speaker)</dd>
<dt>DC</dt><dd>Donna Calhoun (speaker)</dd>
</dl>
<p class="book">
We would like to begin by welcoming y'all to our online event.
The organizers CB, LW and ToI have written nearly all of the <tt>p4est</tt>
code, which came to life on Friday, November 23rd, 2007.
We think it is due time to share our perspectives on the code, inside
information on algorithms and concepts, and guidance on its use and extension
with our growing user base.
</p>
<p class="book">
DC and TiH have contributed a lot to other software libraries that rely on
<tt>p4est</tt> for scalable adaptivity, namely ForestClaw and deal.II.
They will share knowledge on their respective favorite codes and how these
interface to <tt>p4est</tt> and exploit the potential of dynamic adaptive mesh
refinement (AMR).
</p>
<p class="book">
This session is meant as a brief meet and greet and to give an overview of our
schedule and the nature of our tutorials.
</p>
</article>
<article id="s12">
<h2>Slot 12: A brief tour of <tt>p4est</tt> (<a href="https://www.youtube.com/watch?v=jwvkujZ6lCA&list=PLGEB5h5rzbTsQuQ-7wub17xUT9AjYQOfP&index=2">video</a>)</h2>
<dl class="spec">
<dt>CB</dt>
</dl>
<p class="book">
<tt>p4est</tt> is a software library that implements parallel algorithms and
data structures that are efficient and convenient to enable dynamic tree-based
adaptive mesh refinement (AMR).
</p>
<p class="book">
This session highlights some core concepts, design choices and functionalities.
Using some of our builtin algorithms, new users can quickly learn to create
adaptive meshes and to manipulate them in parallel.
</p>
<p class="book">
We will also hint at some basic logical concepts and further material for
self study.
We close with pointing at exercises that we encourage to work on until
the Tuesday lectures.
The <a href="schedule2x.html#s22">next lecture of this set</a>
will focus more on theory and in-depth discussion.
</p>
</article>
<article id="s13">
<h2>Slot 13: <tt>p4est</tt> and PETSc, part I</h2>
<dl class="spec">
<dt>ToI</dt>
<!--
<dd><a href="https://www.cse.gatech.edu/people/12734/tobin-isaacs/">Tobin
Isaac</a> (co-organizer, speaker)</dd>
//-->
</dl>
<p class="book">
Toby will talk about using <tt>p4est</tt> as mesh backend for PETSC-based
simulations. PETSc is a well-known parallel linear algebra and solver toolkit
used for developing large-scale simulations around the world.
This is the first session out of three on the topic.
</p>
</article>
</main>
</body>
</html>