From: bangerth
Date: Mon, 8 Dec 2008 04:33:47 +0000 (+0000)
Subject: Document anisotropic refinement.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbeb7daff143abd5e0f993652190c5c38cbdc835;p=dealii-svn.git
Document anisotropic refinement.
git-svn-id: https://svn.dealii.org/trunk@17891 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index 15d7ceeb36..4c412e0214 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -142,6 +142,16 @@ inconvenience this causes.
General
+ -
+
+ Updated: The version of the BOOST
+ library that is in the contrib/
directory and is used in
+ various places of the library has been upgraded to 1.37.
+
+ (WB 2008/12/07)
+
+
+
-
New: Based on work by Cataldo Manigrasso and Luca Heltai
developed over the last few months on a branch, deal.II now
@@ -266,6 +276,16 @@ inconvenience this causes.
+
+
+ New: Contributed by Tobias Leicht as well as Ralf Hartmann, deal.II
+ now supports anisotropic refinement of meshes. This functionality
+ is explained in the @ref step_30 "step-30" tutorial program.
+
+ (Tobias Leicht, RH 2008/07/08)
+
+
+
Fixed: In the new @ref step_33 "step-33" tutorial program there was
diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html
index b5bdeb6ed2..33c7af97e8 100644
--- a/deal.II/doc/news/news.html
+++ b/deal.II/doc/news/news.html
@@ -33,7 +33,8 @@
-
- 2008/12/05: Support for meshes embedded in higher dimensions
+ 2008/12/05: Support for meshes embedded in
+ higher dimensions
-
Based on work by Cataldo Manigrasso and Luca Heltai
@@ -79,6 +80,16 @@
+ -
+ 2008/07/08: Support for anisotropic mesh refinement
+
+ -
+ Contributed by Tobias Leicht as well as Ralf Hartmann, deal.II
+ now supports anisotropic refinement of meshes. This functionality
+ is explained in the step-30 tutorial program.
+
+
+
-
2008/05/28: Version 6.1 released