From: Daniel Arndt Date: Sun, 1 Oct 2017 18:15:07 +0000 (+0200) Subject: Changelog entry X-Git-Tag: v9.0.0-rc1~995^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5175%2Fhead;p=dealii.git Changelog entry --- diff --git a/doc/news/changes/minor/20171001DanielArndt b/doc/news/changes/minor/20171001DanielArndt new file mode 100644 index 0000000000..9e526a9e84 --- /dev/null +++ b/doc/news/changes/minor/20171001DanielArndt @@ -0,0 +1,4 @@ +New: MGTransferBlockMatrixFree allows to use a separate DoFHandler +for each block. The required interface is supported by PreconditionMG. +
+(Daniel Arndt, 2017/10/01)