From: Matthias Maier Date: Thu, 31 May 2018 15:07:27 +0000 (-0500) Subject: add a last news/changes entry X-Git-Tag: v9.1.0-rc1~1067^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe53ce5ba0213446bbd3a8b8522bcbfe0c5996a;p=dealii.git add a last news/changes entry --- diff --git a/doc/news/changes/major/20180531MatthiasMaier b/doc/news/changes/major/20180531MatthiasMaier new file mode 100644 index 0000000000..32f6875ac0 --- /dev/null +++ b/doc/news/changes/major/20180531MatthiasMaier @@ -0,0 +1,7 @@ +Changed: The ConstraintMatrix class has been renamed to AffineConstraints. +Further, AffineConstraints gained a template parameter for the underlying +storage type. This in particular enables the definition of complex-valued +constraints (for example, complex-valued Dirichlet boundary conditions, or +periodic boundary conditions with an additional phase shift). +
+(2018/05/31, Matthias Maier, Daniel Arndt, David Wells)