From 2c120e2fe2a52d67a4d8267039bd6d5b58486a6f Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 25 May 2018 22:08:49 -0500 Subject: [PATCH] doc: add incompatibilities news item for create_(boundary_;)mass_matrix --- doc/news/changes/incompatibilities/20180525Maier-2 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20180525Maier-2 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) -- 2.39.5