From 9adab131ea6f528fa868eb07ccc01df31fcb4531 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 16 Feb 2017 13:15:28 +0100 Subject: [PATCH] Add changelog --- doc/news/changes/minor/20170216MartinKronbichler | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20170216MartinKronbichler diff --git a/doc/news/changes/minor/20170216MartinKronbichler b/doc/news/changes/minor/20170216MartinKronbichler new file mode 100644 index 0000000000..bfacf3cb40 --- /dev/null +++ b/doc/news/changes/minor/20170216MartinKronbichler @@ -0,0 +1,6 @@ +Improved: The class FEEvaluation can now also be used without compile-time +knowledge of the polynomial degree. If the template parameter @p fe_degree is +set to -1, the degree will be deduced from the underlying finite element. Note +that performance is 2-3 times slower, though. +
+(Martin Kronbichler, 2017/02/16) -- 2.39.5