From 257d76b2ee63eca0f50f2c2c85430a53d35f8a74 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 6 May 2002 07:37:13 +0000 Subject: [PATCH] Finish step-14. git-svn-id: https://svn.dealii.org/trunk@5806 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-3.html | 7 +++++++ deal.II/doc/news/news.html | 13 +++++++++++++ deal.II/doc/title.html | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/2002/c-3-3.html b/deal.II/doc/news/2002/c-3-3.html index ce2cdc820e..795644a08a 100644 --- a/deal.II/doc/news/2002/c-3-3.html +++ b/deal.II/doc/news/2002/c-3-3.html @@ -33,6 +33,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. + New: The step-14 example program demonstrates duality based + error estimators and some more software design concepts. +
    + (WB 2002/05/05) +

    +
  2. New: In all previous versions, deal.II used the

    +
    + 2004/05/05: New example program demonstrating + duality based error estimators +
    +
    + The step-14 example program in the tutorial demonstrates the + use of duality based error estimation strategies which have + been the focus of the Heidelberg group (from which the main + authors come) for the last years. Some more strategies for + modular and extensible programming are also discussed. +

    +
    +
    2004/04/30: Multi-threading support using POSIX
    diff --git a/deal.II/doc/title.html b/deal.II/doc/title.html index d7c1f2b2ff..d841fee281 100644 --- a/deal.II/doc/title.html +++ b/deal.II/doc/title.html @@ -23,7 +23,7 @@ document.open(); if (release != "") { - document.writeln("

    The deal.II Homepage Version "+ release + "

    "); + document.writeln("

    The Homepage of deal.II Version "+ release + "

    "); } else { document.writeln("

    The deal.II Homepage

    "); } -- 2.39.5