From: schrage Date: Thu, 8 Apr 1999 07:54:25 +0000 (+0000) Subject: Changed to frames X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e99981f1f0ddb474fe50295720fb11e0c505658f;p=dealii-svn.git Changed to frames git-svn-id: https://svn.dealii.org/trunk@1079 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-3.laplace/index.html b/deal.II/doc/tutorial/chapter-3.laplace/index.html index 304f173f5f..ce367d5a16 100644 --- a/deal.II/doc/tutorial/chapter-3.laplace/index.html +++ b/deal.II/doc/tutorial/chapter-3.laplace/index.html @@ -7,92 +7,18 @@ - -

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 -

-