From: Timo Heister
Date: Thu, 4 Feb 2016 19:43:18 +0000 (-0500)
Subject: changelog
X-Git-Tag: v8.4.0-rc2~38^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1936%2Fhead;p=dealii.git
changelog
---
diff --git a/doc/news/changes.h b/doc/news/changes.h
index dc6691570c..72a51d3175 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -38,6 +38,13 @@ inconvenience this causes.
+ - Changed: GridGenerator::hyper_rectangle and
+ GridGenerator::subdivided_hyper_rectangle now take points with @p dim
+ components to correctly handle meshes embedded in higher dimensional spaces.
+
+ (Timo Heister, 2016/02/04)
+
+
- Changed: The constructor of FiniteElementData had a last argument
n_blocks
that was not actually used by the class to
initialize anything. It has been removed. In addition, the default
@@ -213,6 +220,12 @@ inconvenience this causes.
General
+ - New: A variant for GridGenerator::subdivided_parallelepiped() was added
+ that supports meshes embedded in higher dimesional spaces.
+
+ (Timo Heister, 2016/02/04)
+
+
- Fixed: Partitioning using METIS now works correctly with more
domains than cells.