From: Wolfgang Bangerth
Date: Mon, 24 Sep 2001 14:44:19 +0000 (+0000)
Subject: Note Eulerian mappings by MS
X-Git-Tag: v8.0.0~18753
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54862dd97f2c4dc2280ba12904d77acc65d4c5bb;p=dealii.git
Note Eulerian mappings by MS
git-svn-id: https://svn.dealii.org/trunk@5045 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html
index ec95633480..1ebff464a5 100644
--- a/deal.II/doc/news/news.html
+++ b/deal.II/doc/news/news.html
@@ -30,6 +30,16 @@
+ -
+ 2001/09/24: Eulerian mapping
+
+ -
+ Michael Stadler has kindly provided an implementation of
+ Eulerian mappings, i.e. a mapping between unit cell and real
+ space that depends on a given vector field.
+
+
+
2001/07/06: Compaq's cxx compiler supported
diff --git a/deal.II/doc/toc.html b/deal.II/doc/toc.html
index ebcc0099fb..c0034c8a47 100644
--- a/deal.II/doc/toc.html
+++ b/deal.II/doc/toc.html
@@ -191,7 +191,9 @@
initial parts of the tutorial.
Michael Stadler:
- reading 3d data in UCD, accepting boundary data in 3d.
+ reading 3d data in UCD, accepting boundary data in 3d;
+
+ Eulerian mappings.
Franz-Theo Suttmeier:
initial parts of the linear algebra.