From: Wolfgang Bangerth <bangerth@math.tamu.edu> Date: Mon, 6 May 2002 07:37:13 +0000 (+0000) Subject: Finish step-14. X-Git-Tag: v8.0.0~18055 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=257d76b2ee63eca0f50f2c2c85430a53d35f8a74;p=dealii.git Finish step-14. git-svn-id: https://svn.dealii.org/trunk@5806 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 <h3>General</h3> <ol> + <li> <p> + New: The step-14 example program demonstrates duality based + error estimators and some more software design concepts. + <br> + (WB 2002/05/05) + </p> + <li> <p> New: In all previous versions, <acronym>deal.II</acronym> used the <a href="http://www.cs.wustl.edu/~schmidt/ACE.html" diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index 3a610fc926..e77984d6ed 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -48,6 +48,19 @@ <dir> <dl> + <dt> + <strong>2004/05/05: New example program demonstrating + duality based error estimators</strong> + </dt> + <dd> + 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. + </p> + </dd> + <dt> <strong>2004/04/30: Multi-threading support using POSIX</strong> </dt> 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("<h1 style=\"text-align: center;\">The deal.II Homepage Version "+ release + "</h1>"); + document.writeln("<h1 style=\"text-align: center;\">The Homepage of deal.II Version "+ release + "</h1>"); } else { document.writeln("<h1 style=\"text-align: center;\">The deal.II Homepage</h1>"); }