From: Wolfgang Bangerth
Date: Tue, 13 Mar 2001 17:02:17 +0000 (+0000)
Subject: Mention new mapping scheme.
X-Git-Tag: v8.0.0~19574
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=992c20e78f173e1d0a73b81c6f15285e5b75d4e8;p=dealii.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)