From: bangerth
Date: Fri, 5 Dec 2008 23:16:00 +0000 (+0000)
Subject: Update a couple of entries atfer the merge.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=614439f3f58f14d76f0d4d752265e1a63770bba0;p=dealii-svn.git
Update a couple of entries atfer the merge.
git-svn-id: https://svn.dealii.org/trunk@17872 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/authors.html b/deal.II/doc/authors.html
index 0cc6ce516c..13139b9977 100644
--- a/deal.II/doc/authors.html
+++ b/deal.II/doc/authors.html
@@ -80,6 +80,8 @@ contact with them, send email to authors at dealii.org.
integration of the function parser library;
cubit journal file to export to ucd mesh format;
FEFieldFunction and ParsedFunction classes;
+ work on the codimension-one meshes, DoFHandler, and finite
+ elements;
random bug fixes and enhancements.
Xing Jin:
@@ -111,6 +113,10 @@ contact with them, send email to authors at dealii.org.
made SolutionTransfer independent of Triangulation::user_pointers;
random bug fixes and enhancements.
+Cataldo Manigrasso:
+ Work on the codimension-one meshes, DoFHandler, and finite
+ elements.
+
Helmut Müller:
Multiprocessor detection on Mac OS X.
diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html
index f81868dab3..b5bdeb6ed2 100644
--- a/deal.II/doc/news/news.html
+++ b/deal.II/doc/news/news.html
@@ -32,6 +32,19 @@
here.
+ -
+ 2008/12/05: Support for meshes embedded in higher dimensions
+
+ -
+ Based on work by Cataldo Manigrasso and Luca Heltai
+ developed over the last few months on a branch, deal.II now
+ supports meshes that are embedded in higher space
+ dimensions. This allows, for example, to solve equations on
+ the surface of a sphere (e.g. to use boundary element
+ methods for exterior problems).
+
+
+
-
2008/11/14: New tutorial program step-31