From b0e0592edd42318b281dbbb219f429c19da0978f Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 11 Aug 2005 22:20:22 +0000 Subject: [PATCH] Link in step-18. git-svn-id: https://svn.dealii.org/trunk@11297 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 7 +++++++ deal.II/doc/tutorial/chapter-2.step-by-step/navbar.html | 3 ++- deal.II/doc/tutorial/chapter-2.step-by-step/toc.html | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 77d66a7d05..4a82baf598 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -142,6 +142,13 @@ inconvenience this causes.

General

    +
  1. New: + The step-18 example shows how to solve a quasi-static elasticity problem + with moving meshes, and this all in parallel +
    + (WB 2005/08/11) +

    +
  2. Changed: The files deal.II/include/grid/geometry_info.h and 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 82a8c0231c..8b91c63715 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 @@ -38,7 +38,8 @@ Step 14
    Step 15
    Step 16
    - Step 17 + Step 17
    + Step 18


    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 e19b79ae80..b37c47e817 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 @@ -154,6 +154,12 @@ At present, the following programs exist:
    What's new: Using PETSc for linear algebra; running in parallel on clusters of computers linked together by MPI.
    + +
    Step 18
    +
    What's new: A time dependent problem; using a much + simplified version of implementing elasticity; moving meshes; handling + large scale output of parallel programs. +
    -- 2.39.5