From: Martin Kronbichler Date: Thu, 16 Feb 2017 12:15:28 +0000 (+0100) Subject: Add changelog X-Git-Tag: v8.5.0-rc1~106^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9adab131ea6f528fa868eb07ccc01df31fcb4531;p=dealii.git Add changelog --- 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)