From: wolf Date: Sat, 17 Apr 2004 16:34:22 +0000 (+0000) Subject: Step-15. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cc505a9d034b55ea0214595dfb41695dce3ef4d;p=dealii-svn.git Step-15. git-svn-id: https://svn.dealii.org/trunk@9042 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 0994f9ef71..4e05ed0b19 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -105,13 +105,20 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. New: + The step-15 example is about solving a nonlinear 1d problem, and + dealing with transporting a solution across mesh refinement. +
    + (WB 2004/04/17) +

    +
  2. New: The step-17 example program shows how to use the new PETSc wrapper classes, and how to do large-scale computations with up to many millions of unknowns on a cluster of computers. This program shows that deal.II is well-suited for truly massive parallel computations. The step-15 and step-16 programs have not yet been - finished yet (despite having been started long before step-17), which + finished (despite having been started long before step-17), which explains the holes in the numbering of example programs.
    (WB 2004/04/12) 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 fc10c5610c..e3df90ed7c 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 @@ -77,6 +77,10 @@ Step 14

    +

    + Step 15 +

    +

    Step 17

    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 37a86887ed..ee867158ed 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 @@ -140,9 +140,14 @@ At present, the following programs exist: program. -
    Step 15 & 16
    -
    These example programs have been started a while ago, but aren't - finished yet. They will be linked into here once they are finished. +
    Step 15
    +
    What's new: 1d problems, nonlinear solvers, + transfering a solution across mesh refinement. +
    + +
    Step 16
    +
    This example programs has been started a while ago, but isn't + finished yet. It will be linked into here once it is finished.
    Step 17