From: Martin Kronbichler Date: Fri, 27 Jan 2017 07:18:03 +0000 (+0100) Subject: Augment list of incompatible changes for parallel vector X-Git-Tag: v8.5.0-rc1~199^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3855%2Fhead;p=dealii.git Augment list of incompatible changes for parallel vector --- 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)