From 4469d13cc82e3cd1c963c631db7c32ac8cf09924 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 9 Jan 2020 10:19:15 -0700 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20200109Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20200109Bangerth diff --git a/doc/news/changes/minor/20200109Bangerth b/doc/news/changes/minor/20200109Bangerth new file mode 100644 index 0000000000..82064cd00c --- /dev/null +++ b/doc/news/changes/minor/20200109Bangerth @@ -0,0 +1,6 @@ +New: There are new versions of DoFTools::count_dofs_per_component() +and DoFTools::count_dofs_per_block() that return their results as a +`std::vector` object, rather than doing so through an output +argument. The versions that did the latter have been deprecated. +
+(Wolfgang Bangerth, 2020/01/09) -- 2.39.5