From: Matthias Maier Date: Sat, 26 May 2018 03:04:25 +0000 (-0500) Subject: doc: add incompatibilities news item for AffineConstraints/ConstraintMatrix X-Git-Tag: v9.1.0-rc1~1067^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09b8b6c28a048ff82d62c64997aa84f6e9b4cfc9;p=dealii.git doc: add incompatibilities news item for AffineConstraints/ConstraintMatrix --- diff --git a/doc/news/changes/incompatibilities/20180525Maier b/doc/news/changes/incompatibilities/20180525Maier new file mode 100644 index 0000000000..50eb7f450e --- /dev/null +++ b/doc/news/changes/incompatibilities/20180525Maier @@ -0,0 +1,9 @@ +Changed: The AffineConstraints object (formerly ConstraintMatrix) gained a +template parameter for the underlying storage type. In order to facilitate +this change, the interface for AffineConstraints has become more strict: In +particular, the AffineConstraints::distribute_local_to_global(), +AffineConstraints::add_entries_local_to_global(), and other functions now +require that all matrix and vector arguments have the same matching number +type as the AffineConstraints object. +
+(Matthias Maier, 2018/05/25)