From: Wolfgang Bangerth Date: Fri, 10 Aug 2007 00:25:06 +0000 (+0000) Subject: Mention that step-27 is now finished X-Git-Tag: v8.0.0~10106 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb14629d4b98c0f3c48ef2618e26bf41d530a3a;p=dealii.git Mention that step-27 is now finished git-svn-id: https://svn.dealii.org/trunk@14938 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 1bcc248b83..bc1c19cef7 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -230,6 +230,15 @@ inconvenience this causes.

General

    +
  1. New: The step-27 tutorial program has been added. It solves a Laplace + equation with hp finite elements + and shows how to set finite element degrees, assemble matrices on + cells with varying polynomial degrees, and how to compute a simple + criterion for estimating the local Sobolev smoothness of a function. +
    + (WB 2007/08/09) +

    +
  2. Improved: The table of contents of tutorial programs now also shows subsections of introduction and results. diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index 6b9b59cdf3..f32a28253f 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -49,6 +49,18 @@ consider this award motivation to continue this work! +

    + 2007/08/09: step-27 demonstrated hp technology +
    +
    + The new step-27 tutorial program finally demonstrates how to use the + hp finite element technology that has been part of deal.II for some + 18 months now. It solves a Laplace equation with hp finite elements + and shows how to set finite element degrees, assemble matrices on + cells with varying polynomial degrees, and how to compute a simple + criterion for estimating the local Sobolev smoothness of a function. +
    +
    2007/02/09: Support for previously unorientable meshes