From e201a4d9ea30a736268bda8b4beb7c99d4fe2017 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 16 Apr 2002 08:35:07 +0000 Subject: [PATCH] Add step-13. git-svn-id: https://svn.dealii.org/trunk@5657 0785d39b-7218-0410-832d-ea1e28bc413d --- .../chapter-2.step-by-step/navbar.html | 6 ++++++ .../tutorial/chapter-2.step-by-step/toc.html | 19 ++++++++++++------- 2 files changed, 18 insertions(+), 7 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 5ba3765ae6..77768a64c8 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 @@ -95,6 +95,12 @@ Step 12

+ +
  • +

    + Step 13 +

    +
  • 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 1da379eb97..ae1fc2fcb6 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 @@ -51,16 +51,16 @@ At present, the following programs exist:
    Step 1
    -
    What's new: everything. We create a grid and show a simple - way to write it to a file. +
    What's new: Everything. We create a grid + and show a simple way to write it to a file.
    Step 2
    -
    What's new: Associate degrees of freedom to each vertex - and compute the resulting sparsity pattern of matrices. Show - that renumbering reduces the bandwidth of matrices - significantly, i.e. clusters nonzero entries around the - diagonal. +
    What's new: Associate degrees of freedom to + each vertex and compute the resulting sparsity pattern of + matrices. Show that renumbering reduces the bandwidth of + matrices significantly, i.e. clusters nonzero entries around the + diagonal.
    Step 3
    @@ -128,6 +128,11 @@ At present, the following programs exist:
    What's new: General framework for discontinuous Galerkin methods. Use of Timer class.
    + +
    Step 13
    +
    What's new: Software design questions and + how to write a modular, extensible finite element program. +
    -- 2.39.5