From: schrage Date: Thu, 8 Apr 1999 07:38:41 +0000 (+0000) Subject: Old index.html X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d782402f5fbc2a368ba90eba53b9bbfbd63afe;p=dealii-svn.git Old index.html git-svn-id: https://svn.dealii.org/trunk@1077 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-3.laplace/toc.html b/deal.II/doc/tutorial/chapter-3.laplace/toc.html new file mode 100644 index 0000000000..304f173f5f --- /dev/null +++ b/deal.II/doc/tutorial/chapter-3.laplace/toc.html @@ -0,0 +1,101 @@ + + + +The Laplace Problem + + + + + + +

The Laplace Problem

+

+We will start with a simple example for a differential equation to be solved +with deal.II: the Laplace problem. We will try to solve the +Laplace equation on a square where one of the four boundaries has a constant +and the other three zero potential.

+

+In order to solve this problem we will need to:

+ +

+

+

+This tutorial will accordingly be split into several chapters:

+
    +
  1. +Program structure +

    +where the overall design of the program and its classes are discussed

    +
  2. +
  3. +The main program +

    +where we take a look at how deal.II is used

    +
  4. +
  5. +The class Laplace +

    +where some of the details of the problem generation and solution are +discussed

    +
  6. +
  7. +Generating a triangulation +

    where a triangulation is generated and degrees of freedom are discussed

    +
  8. +
  9. +Assembling the problem matrix +

    +where the matrices describing the problem is assembled +and the boundary conditions are set +

    +
  10. +
  11. +Solving the problem +

    +where the problem is solved +

    +
  12. +
  13. +The source code +

    +contains link to all the source files. +

    +
  14. +
+
+ + +
+
+Jan Schrage
+

+Last modified: Tue Mar 23 1999 +

+ + + + + + +