From: Timo Heister
Date: Mon, 12 Jan 2015 18:05:58 +0000 (-0500)
Subject: changelog
X-Git-Tag: v8.3.0-rc1~553^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F423%2Fhead;p=dealii.git
changelog
---
diff --git a/doc/news/changes.h b/doc/news/changes.h
index c88668592e..cc881ee869 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -38,6 +38,13 @@ inconvenience this causes.
+ - Removed: TrilinosWrappers::SparseMatrix copy constructor got removed
+ to be in line with PETSc and dealii::SparseMatrix. You can use reinit()
+ and copy_from().
+
+ (Timo Heister, 2015/01/12)
+
+
- Removed: The following compatibility definitions were removed from
include/deal.II/base/config.h.in
(replacement in brackets):
- DEAL_II_CAN_USE_CXX11 (new: DEAL_II_WITH_CXX11)
@@ -172,9 +179,17 @@ inconvenience this causes.
Specific improvements
- - New: Triangulation::set_all_manifold_ids() and
+
- New: PETScWrappers::MPI::SparseMatrix::reinit(other) copies
+ the layout of another matrix. TrilinosWrappers::SparseMatrix
+ operator= and copy constructor are now disabled. This brings
+ functionality between PETSc and Trilinos in line.
+
+ (Timo Heister, 2015/01/12)
+
+
+ - New: Triangulation::set_all_manifold_ids() and
Triangulation::set_all_manifold_ids_on_boundaries()
- set all manifold ids on every object or on every
+ set all manifold ids on every object or on every
boundary object respectively.
(Luca Heltai, 2015/01/12)