From: Martin Kronbichler Date: Wed, 20 Jan 2016 14:31:25 +0000 (+0100) Subject: Add changelog entry X-Git-Tag: v8.4.0-rc2~76^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2052%2Fhead;p=dealii.git Add changelog entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index eddb2db686..d37273aff6 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -198,6 +198,14 @@ inconvenience this causes.

General

    +
  1. New: The new class MGTransferMatrixFree implements multigrid level + transfer using local polynomial embedding and restriction with tensor + product evaluation techniques. This is a faster and less memory-demanding + alternative to MGTransferPrebuilt. +
    + (Martin Kronbichler, 2016/01/20) +
  2. +
  3. New: hp::FECollection now has constructors which take multiple finite elements as arguments.