]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
FE program structure: Explanation and TOC
authorschrage <schrage@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Mar 1999 15:05:08 +0000 (15:05 +0000)
committerschrage <schrage@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Mar 1999 15:05:08 +0000 (15:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@1037 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/tutorial/chapter-1.elements/index.html [new file with mode: 0644]

diff --git a/deal.II/doc/tutorial/chapter-1.elements/index.html b/deal.II/doc/tutorial/chapter-1.elements/index.html
new file mode 100644 (file)
index 0000000..7689217
--- /dev/null
@@ -0,0 +1,111 @@
+<!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>
+
+<h2>About this tutorial</h2> 
+This part of the <acronym>deal.II</acronym> documentation will discuss
+how to build a finite element program. We will take a look at the general
+structure of programs of this kind and at the various possibilities 
+in that respect offered by <acronym>deal.II</acronym>. The order of
+the <a href="#toc">table of contents</a> below reflects the order in which
+you need to do perform the tasks. Some things may be left out according to
+your needs.
+
+<h2><a name="toc">Table of contents</a></h2>
+
+    <ol>      
+      <li>
+       <b><a href="grid_creation.html">Creation of a grid</a></b>
+       <p>dealing with grid creation, grid input from a file and grid 
+         refinement. 
+         The various kinds of grid are also discussed.
+       </p>
+      </li>
+
+      <li>
+       <b><a href="dofs.html">Degrees of Freedom</a></b>
+       <p>where degrees of freedom are distriuted and numbered.</p>
+      </li>
+      
+      <li>
+       <b><a href="hanging_nodes.html">Hanging Nodes</a></b>
+       <p>where hanging nodes are discussed.</p>
+      </li>
+      
+      <li>
+       <b><a href="matrix_structure.html">Matrix Structure</a></b>
+       <p>where efficient structures for sparse matrices are discussed.</p>
+      </li>
+
+      <li>
+       <b><a href="matrix_generation.html">Matrix and Vector Generation</a></b>
+       <p>where the different kinds of matrices and vectors are discussed.</p>
+      </li>
+      
+      <li>
+       <b><a href="rhs.html">The Problem Matrix and the Right Hand Side</a></b>
+       <p>which shows how to implement a particular problem.</p>
+      </li>
+
+      <li>
+       <b><a href="boundary.html">Boundary Conditions</a></b>
+       <p>which shows how to set boundary conditions in deal.II.</p>
+      </li>
+      
+      <li>
+       <b><a href="condense.html">Condensing the Hanging Nodes</a></b>
+       <p>which shows how, when and why to condense hanging nodes.</p>
+      </li>
+
+      <li>
+       <b><a href="solve.html">Solving the Problem</a></b>
+       <p>explaining the different solvers available and how to use them.</p>
+      </li>
+
+      <li>
+       <b><a href="postprocess.html">Postprocessing</a></b>
+       <p>where the data is postprocessed and stored and the error
+         is calculated.
+       </p>
+      </li>
+      
+      <li>
+       <b><a href="adaptivity.html">Error Estimate and Adaptivity</a></b>
+       <p>explaining how to use adaptive refinement with error estimates.</p>
+      </li>
+      
+      <li>
+       <b><a href="parameters.html">Parameter Input</a></b>
+       <p>explaining how to use a parameter file for configuration
+         of your program.
+       </p>
+      </li>
+    </ol>
+
+<hr>
+
+<p>
+<a href="../index.html">Back to the tutorial index</a>
+</p>
+<hr>
+<address>
+<a href="mailto:schrage@gaia.iwr.uni-heidelberg.de">Jan Schrage</a></address>
+<p>
+Last modified: Tue 9 Mar 1999 
+</p>
+</body>
+</html>
+
+
+
+
+

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.