From 931dfa7ce36a39e26c0c353a6973cb7d0eb26a9e Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 27 Jan 2017 08:18:03 +0100 Subject: [PATCH] Augment list of incompatible changes for parallel vector --- .../incompatibilities/20160615MartinKronbichler | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/news/changes/incompatibilities/20160615MartinKronbichler b/doc/news/changes/incompatibilities/20160615MartinKronbichler index 062a5eb391..e9a724b611 100644 --- a/doc/news/changes/incompatibilities/20160615MartinKronbichler +++ b/doc/news/changes/incompatibilities/20160615MartinKronbichler @@ -1,8 +1,10 @@ Changed: The deal.II distributed vector classes do now derive from LinearAlgebra::VectorSpaceVector and have been moved to the -LinearAlgebra::distributed namespace. In the definition of the new -interfaces, several old vector functions have been marked as deprecated. The -methods operator==, operator!=, and -is_non_negative have been removed from the new interface. +LinearAlgebra::distributed namespace. In the definition of the new interfaces, +several old vector functions have been marked as deprecated. The methods +operator==, operator!=, is_non_negative, and +norm_sqr have been removed from the new interface. For the latter, +there exists a simple workaround as it simply corresponds to the square of +l2_norm.
(Martin Kronbichler, 2016/06/15) -- 2.39.5