From ece3e5b8f132a9acaa09521522813442bd92f9f1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 25 May 2016 10:36:28 -0500 Subject: [PATCH] Redo changelog entry. Rewrite it in such a way that it simply states what is new, not where the code originally came from or how it differs from the original code (both of which are immaterial to those who read the entry, since the original code was strictly internal). --- doc/news/changes.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index d9930b91a3..f6a30a37ac 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -269,8 +269,9 @@ inconvenience this causes. (Bruno Turcksin, 2016/05/22) -
  • Move FESystem's auxiliary functions to FETools and extend them to cover - a non-tensor product case used in the enriched finite element. +
  • New: There are now additional functions in the FETools namespace that build + finite elements out of simpler finite elements, either by forming tensor + products or by combining the set of shape functions.
    (Denis Davydov, 2016/05/20)
  • -- 2.39.5