From f7f93f76f1fed86fc550e8438d98825968172583 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 22 Apr 2025 16:00:03 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/incompatibilities/20250421Bangerth | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20250421Bangerth diff --git a/doc/news/changes/incompatibilities/20250421Bangerth b/doc/news/changes/incompatibilities/20250421Bangerth new file mode 100644 index 0000000000..378877ff5a --- /dev/null +++ b/doc/news/changes/incompatibilities/20250421Bangerth @@ -0,0 +1,9 @@ +Changed: Given that the MatrixOut class now allows to create "sparse" +representations (see the "Minor changes" section of this page), the +default for what kind of output is being produced has now also been +changed to create this "sparse" output, rather than the traditional +"dense" output. You can switch back to the traditional way in which +zero matrix entries are also represented in the visualization output +using the MatrixOut::Options::create_sparse_plot variable. +
+(Wolfgang Bangerth, 2025/04/21) -- 2.39.5