From: wolf Date: Tue, 13 Mar 2001 17:02:17 +0000 (+0000) Subject: Mention new mapping scheme. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccadee90b0df5c08ac48c304d85d1cf944ba42ff;p=dealii-svn.git Mention new mapping scheme. git-svn-id: https://svn.dealii.org/trunk@4197 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index 6137ed0d1b..ffdfc5b98f 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -30,6 +30,20 @@
+
+ 2001/03/06: Support for arbitrary mappings +
+
+ The finite element classes have been redesigned from scratch + to allow for arbitrary mappings, as well as for elements + that depend on the actual cell shape, such as edge + elements. Presently, we have continuous and discontinous + Lagrange elements of arbitrary order implemented, as well as + polynomial mappings between unit and real cell of arbitrary + order. There will soon also be a cubic C1 mapping. +

+
+
Support for Subroutines from the Harwell Subroutine Library (HSL)