-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtutorial-deal-fe.html
65 lines (60 loc) · 2.11 KB
/
tutorial-deal-fe.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
<!doctype html>
<html lang="en">
<head>
<title>p4est 2020 HCM Summer School: deal.II/FE</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: deal.II/FE</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>
<section>
<h2>deal.II and <tt>p4est</tt></h2>
<p class="book">
deal.II is an open source Finite Element library that uses <tt>p4est</tt> for
the parallel partitioning of meshes to compute on. The goal of this tutorial is
an introduction to deal.II, Finite Element methods (briefly), and how deal.II
uses <tt>p4est</tt>.
</p>
<dl class="spec">
<dt>Required setup</dt><dd>
Please download and install the VirtualBox image linked to in the <a href="https://github.com/tjhei/dealii-p4est-tutorial#prerequisites">instructions</a>.
</dl>
</section>
<section id="create">
<h3>The examples</h3>
<p class="book">
The examples and instructions are available at the <a href="https://github.com/tjhei/dealii-p4est-tutorial">deal.II and <tt>p4est</tt> repository</a>.
</p>
</article>
</main>
</body>
</html>