From 09b8b6c28a048ff82d62c64997aa84f6e9b4cfc9 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 25 May 2018 22:04:25 -0500 Subject: [PATCH] doc: add incompatibilities news item for AffineConstraints/ConstraintMatrix --- doc/news/changes/incompatibilities/20180525Maier | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20180525Maier 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) -- 2.39.5