forked from dealii/dealii
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (93 loc) · 4.31 KB
/
index.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
"https://www.w3.org/TR/REC-html40/frameset.dtd">
<html>
<head>
<title>deal.II Documentation</title>
<link href="screen.css" rel="StyleSheet">
<link rel="SHORTCUT ICON" href="deal.ico">
<meta name="copyright" content="Copyright (C) 1998 - 2023 by the deal.II Authors">
<meta name="keywords" content="deal dealii finite elements fem triangulation">
<meta http-equiv="content-language" content="en">
<!-- Avoid being displayed in a foreign frame //-->
<script type="text/javascript">
<!--
if(top!=self)
top.location=self.location;
//-->
</script>
</head>
<body>
<div style="text-align: center;">
<div style="clear: both; text-align: center; max-width: 45em; margin: auto;">
<div class="infobox">
<p>
<b>Information for starters</b>
</p>
<div style="border:1px solid #aaa; background-color: #f9f9f9;
padding: 5px; font-size: 88%; text-align: left;">
<ul>
<li><a href="readme.html">README and
installation instructions</a></li>
<li> <a href="https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions">Frequently asked questions</a></li>
<li><a href="doxygen/deal.II/Tutorial.html">Tutorial</a></li>
<li><a href="https://www.dealii.org/code-gallery.html">Code gallery</a></li>
<li><a href="doxygen/deal.II/index.html">Manual</a></li>
<li><a href="https://www.math.colostate.edu/~bangerth/videos.html">Video lectures</a></li>
<li><a href="users/gdb.html">Configuration for debugging via GDB</a></li>
<li><a href="https://www.dealii.org/publications.html">Publications on and using deal.II</a></li>
</ul>
</div>
</div>
<div class="infobox">
<p>
<b>Information for advanced users</b>
</p>
<div style="border:1px solid #aaa; background-color: #f9f9f9;
padding: 5px; font-size: 88%; text-align: left;">
<ul>
<li><a href="users/cmake_dealii.html">CMake documentation</a></li>
<li><a href="users/cmake_user.html">CMake in user projects</a></li>
<li><a href="users/testsuite.html">Setting up a testsuite in user projects</a></li>
<li><a href="https://www.dealii.org/reports.html">Technical reports</a></li>
</ul>
</div>
</div>
</div>
<div style="clear: both; text-align: center; max-width: 45em; margin: auto;">
<div class="infobox">
<p>
<b>Information for developers</b>
</p>
<div style="border:1px solid #aaa; background-color: #f9f9f9;
padding: 5px; font-size: 88%; text-align: left;">
<ul>
<li><a href="developers/cmake-internals.html">CMake internals</a></li>
<li><a href="developers/writing-documentation.html">Writing documentation</a></li>
<li><a href="developers/packaging.html">Packaging</a></li>
<li><a href="developers/porting.html">Porting</a></li>
<li><a href="doxygen/deal.II/CodingConventions.html">Coding conventions</a></li>
<li><a href="developers/testsuite.html">Testsuite</a></li>
</ul>
</div>
</div>
<div class="infobox">
<p>
<b>Further resources</b>
</p>
<div style="border:1px solid #aaa; background-color: #f9f9f9;
padding: 5px; font-size: 88%; text-align: left;">
<ul>
<li> <a href="https://www.dealii.org/news.html">News</a></li>
<li> <a href="https://www.dealii.org/download.html">Download</a></li>
<li> <a href="https://www.dealii.org/mail.html">Mailing list</a></li>
<li> <a href="https://github.com/dealii/dealii/wiki">Wiki</a></li>
<li> <a href="https://github.com/dealii/dealii/issues">Bug tracker</a></li>
<li> <a href="https://www.dealii.org/authors.html">Authors</a> </li>
<li> <a href="https://www.dealii.org/license.html">License</a> </li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>