From: hartmann
Date: Mon, 12 Feb 2007 10:39:55 +0000 (+0000)
Subject: Add support for previously unorientable meshes to the news.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d90585a8d22585701d5e1245a0366a58006e5735;p=dealii-svn.git
Add support for previously unorientable meshes to the news.
git-svn-id: https://svn.dealii.org/trunk@14464 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html
index 6e26e13c52..3e9cf65d59 100644
--- a/deal.II/doc/news/news.html
+++ b/deal.II/doc/news/news.html
@@ -5,7 +5,7 @@
The deal.II news page
-
+
@@ -32,6 +32,17 @@
here.
+
+ 2007/02/09: Support for previously unorientable meshes
+
+
+ Up to now, in 3D only 'orientable' meshes could be used in
+ deal.II, where all lines are in standard orientation and the
+ faces can be either in standard orientation or with a
+ reversed normal. This has been generalized such that now all
+ hexahedral meshes can be used.
+