From: wolf Date: Wed, 17 Nov 2004 04:12:51 +0000 (+0000) Subject: Mention Oliver's improvements to FE_Q. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e60bd3e49054a2ce4095831e0b49aed8fd3368a5;p=dealii-svn.git Mention Oliver's improvements to FE_Q. git-svn-id: https://svn.dealii.org/trunk@9788 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index 2b42f2fa2c..0824a00360 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -31,6 +31,18 @@ here.

+
+ 2004/10/21: Qr elements of arbitrary order now + support hanging node constraints also in 3d +
+
+ Lagrange elements previously had hanging node constraint matrices + hard coded in 3d, which were only available for r=1,2. Thanks to + code written by Oliver Kayser-Herold, this information is now + computed on-the-fly, which allows the use of Lagrange elements of + arbitrary order also in 3d on meshes with hanging nodes. +
+
2004/05/25: Version 5.0 released