--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+ "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+<head>
+<title>Structure of a Finite Element Program</title>
+ <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+ <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
+ <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
+</head>
+<body lang="en">
+
+<h1>Structure of a Finite Element Program</h1>
+
+<p>
+<strong>Table of contents</strong>
+</p>
+ <ol>
+ <li>
+ <p>
+ <a href="grid_creation.html">Creation of a grid</a>
+ </p>
+ </li>
+
+ <li>
+ <p>
+ <a href="dofs.html">Degrees of Freedom</a>
+ </p>
+ </li>
+
+ <li>
+ <p>
+ <a href="hanging_nodes.html">Hanging Nodes</a>
+ </p>
+ </li>
+
+ <li>
+ <p>
+ <a href="matrix_structure.html">Matrix Structure</a>
+ </p>
+ </li>
+
+ <li>
+ <p>
+ <a href="matrix_generation.html">Matrix and Vector Generation</a>
+ </p>
+ </li>
+
+ <li>
+ <p>
+ <a href="rhs.html">The Problem Matrix and the Right Hand Side</a>
+ </p>
+ </li>
+
+ <li>
+ <p>
+ <a href="boundary.html">Boundary Conditions</a>
+ </p>
+ </li>
+
+ <li>
+ <p>
+ <a href="condense.html">Condensing the Hanging Nodes</a>
+ </p>
+ </li>
+
+ <li>
+ <p>
+ <a href="solve.html">Solving the Problem</a>
+ </p>
+ </li>
+
+ <li>
+ <p>
+ <a href="postprocess.html">Postprocessing</a>
+ </p>
+ </li>
+
+ <li>
+ <p>
+ <a href="adaptivity.html">Error Estimate and Adaptivity</a>
+ </p>
+ </li>
+
+ <li>
+ <p>
+ <a href="parameters.html">Parameter Input</a>
+ </p>
+ </li>
+ </ol>
+
+</body>
+</html>
+
+
+
+
+
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+ "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+<head>
+<title>The Laplace Problem</title>
+ <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+ <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
+ <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
+</head>
+<body lang="en">
+
+<strong>Table of contents</strong><br>
+<ol>
+<li>
+<p>
+<a href="structure.html" target="body">Program structure</a>
+</p>
+</li>
+<li>
+<p>
+<a href="main.html" target="body">The main program</a>
+</p>
+</li>
+<li>
+<p>
+<a href="laplace.html" target="body">The class Laplace</a>
+</p>
+</li>
+<li>
+<p>
+<a href="triangulation.html" target="body">Generating a triangulation</a>
+</p>
+</li>
+<li>
+<p>
+<a href="assemble.html" target="body">Assembling the problem matrix</a>
+</p>
+</li>
+<li>
+<p>
+<a href="solution.html" target="body">Solving the problem</a>
+</p>
+</li>
+<li>
+<p>
+<a href="source.html" target="body">The source code</a>
+</p>
+</li>
+</ol>
+
+</body>
+</html>
+
+
+
+
+