From: Matthias Maier Date: Sat, 26 May 2018 03:08:49 +0000 (-0500) Subject: doc: add incompatibilities news item for create_(boundary_;)mass_matrix X-Git-Tag: v9.1.0-rc1~1067^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c120e2fe2a52d67a4d8267039bd6d5b58486a6f;p=dealii.git doc: add incompatibilities news item for create_(boundary_;)mass_matrix --- diff --git a/doc/news/changes/incompatibilities/20180525Maier-2 b/doc/news/changes/incompatibilities/20180525Maier-2 new file mode 100644 index 0000000000..92dfc11c80 --- /dev/null +++ b/doc/news/changes/incompatibilities/20180525Maier-2 @@ -0,0 +1,8 @@ +Changed: MatrixCreator::create_mass_matrix and +MatrixCreator::create_boundary_mass_matrix that had mixed number type (real +valued for the matrix and complex valued for vectors) have been changed to +support complex number types uniformly. This implies that now all +underlying number types of matrix, vectors and AffineConstraint objects +have to match; mixed variants are no longer supported. +
+(Matthias Maier, 2018/05/25)