From 01bb43598d03110501c513db11616f94872a00c7 Mon Sep 17 00:00:00 2001
From: Timo Heister
Date: Thu, 4 Feb 2016 14:43:18 -0500
Subject: [PATCH] changelog
---
doc/news/changes.h | 13 +++++++++++++
1 file changed, 13 insertions(+)
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.
--
2.39.5