From: Wolfgang Bangerth Date: Wed, 25 May 2016 15:36:28 +0000 (-0500) Subject: Redo changelog entry. X-Git-Tag: v8.5.0-rc1~1013^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece3e5b8f132a9acaa09521522813442bd92f9f1;p=dealii.git 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). --- 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)