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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>The deal.II Online Documentation</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<link href="screen.css" rel="StyleSheet" type="text/css">
<meta name="copyright" content="Copyright (C) 2000 - 2017 by the deal.II Authors">
<meta name="date" content="2006/02/07 22:49:01">
<meta name="keywords" content="deal.II">
</head>
<body>
<p>
<br />
<acronym>deal.II</acronym> comes with extensive online
documentation that can be grouped into the following categories:
</p>
<div style="text-align: center;">
<div style="clear: both; text-align: center; max-width: 45em; margin: auto;">
<div class="infobox">
<p>
<b>Information for users</b>
</p>
<div style="border:1px solid #aaa; background-color: #f9f9f9;
padding: 5px; font-size: 88%; text-align: left;">
<ol>
<li><a href="readme.html" target="body">README and
installation instructions</a></li>
<li><a href="users/cmake.html" target="body">CMake documentation</a></li>
<li><a href="users/cmakelists.html" target="body">CMake in user projects</a></li>
<li><a href="users/testsuite.html" target="body">Setting up testsuite in user projects</a></li>
<li><a href="users/gdb.html" target="body">Configuration for debugging via GDB</a></li>
<li><a href="doxygen/deal.II/Tutorial.html" target="_top">Tutorial</a></li>
<li><a href="http://www.dealii.org/code-gallery.html" target="_top">Code gallery</a></li>
<li><a href="doxygen/deal.II/index.html" target="_top">Manual</a></li>
<li><a href="http://www.math.colostate.edu/~bangerth/videos.html" target="_top">Wolfgang's lectures</a></li>
<li><a href="http://www.dealii.org/reports.html" target="body">Technical reports</a></li>
<li><a href="http://www.dealii.org/publications.html" target="_top">Publications</a></li>
</ol>
</div>
</div>
<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;">
<ol>
<li><a href="developers/cmake-internals.html" target="body">CMake internals</a></li>
<li><a href="developers/writing-documentation.html" target="body">Writing documentation</a></li>
<li><a href="developers/porting.html" target="body">Porting</a></li>
<li><a href="doxygen/deal.II/CodingConventions.html" target="body">Coding conventions</a></li>
<li><a href="developers/testsuite.html" target="body">Testsuite</a></li>
</ol>
</div>
</div>
</div>
</div>
<div style="clear: both;">
<br>
<hr />
<div class="right">
<a href="http://validator.w3.org/check?uri=referer" target="_top">
<img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
</div>
</div>
</body>
</html>
|