From 710be32f7b5ca1aac96371425725a08aa7e72fd3 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 20 Jan 2016 15:31:25 +0100 Subject: [PATCH] Add changelog entry --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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.
    -- 2.39.5