From 5cb90d874fe58e87d317c11655de2338a6a3f6f7 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 11 Jan 2000 22:25:36 +0000 Subject: [PATCH] Add step-8. git-svn-id: https://svn.dealii.org/trunk@2205 0785d39b-7218-0410-832d-ea1e28bc413d --- .../tutorial/chapter-2.step-by-step/navbar.html | 12 ++++++++++++ .../tutorial/chapter-2.step-by-step/toc.html | 17 +++++++++++++++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/navbar.html b/deal.II/doc/tutorial/chapter-2.step-by-step/navbar.html index cabe68c988..b9fe1f2595 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/navbar.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/navbar.html @@ -60,6 +60,18 @@ Step 6

+ +
  • +

    + Step 7 (still missing) +

    +
  • + +
  • +

    + Step 8 +

    +
  • Back to the tutorial index diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/toc.html b/deal.II/doc/tutorial/chapter-2.step-by-step/toc.html index 39226aa640..e8166432f1 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/toc.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/toc.html @@ -86,8 +86,21 @@ At present, the following programs exist:

    Step 6
    What's new: Adaptive local - refinement. Handling of hanging nodes. Catching of exceptions in - the ``main'' function. + refinement. Handling of hanging nodes. Higher order elements. + Catching of exceptions in the ``main'' function. +
    + +
    Step 7
    +
    What's new: This example is still + missing. It will contain some stuff about rates of convergence + for different finite elements. +
    + +
    Step 6
    +
    What's new: The elastic equations will be + solved instead of Laplace's equation. The solution is + vector-valued and the equations form a system with as many + equations as the dimension of the space in which it is posed.
    -- 2.39.5