From: Wolfgang Bangerth Date: Thu, 16 Nov 2017 15:58:21 +0000 (-0700) Subject: Add changelog entry. X-Git-Tag: v9.0.0-rc1~722^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef6989a450a070dc6b85f37c315622882b455bf1;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes/minor/20171116Bangerth b/doc/news/changes/minor/20171116Bangerth new file mode 100644 index 0000000000..ecb875b8de --- /dev/null +++ b/doc/news/changes/minor/20171116Bangerth @@ -0,0 +1,5 @@ +New: In parallel, the starting indices of +DoFRenumbering::Cuthill_McKee() can now also be locally active +indices. They no longer need to be locally owned DoF indices. +
+(Wolfgang Bangerth, 2017/11/16)