From 2ba873906d3824536ab3fe354832e7f6a317ef18 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 7 Apr 2020 09:21:18 +0200 Subject: [PATCH] Changelog --- .../changes/incompatibilities/20200407MartinKronbichler | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20200407MartinKronbichler diff --git a/doc/news/changes/incompatibilities/20200407MartinKronbichler b/doc/news/changes/incompatibilities/20200407MartinKronbichler new file mode 100644 index 0000000000..478bb3ff09 --- /dev/null +++ b/doc/news/changes/incompatibilities/20200407MartinKronbichler @@ -0,0 +1,8 @@ +Changed: The FETools::lexicographic_to_hierarchic_numbering() and +FETools::hierarchic_to_lexicographic_numbering() functions now take a single +integer for the degree of the associated FE_Q element and return the +numbering. The old functions taking the result array as the last argument and +the ones taking a FiniteElementData as an argument have been deprecated in +favor of the simpler setup with the degree. +
+(Martin Kronbichler, 2020/04/07) -- 2.39.5