From: Martin Kronbichler Date: Mon, 21 Sep 2020 08:41:50 +0000 (+0200) Subject: Changelog X-Git-Tag: v9.3.0-rc1~1087^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d71310491326bfc0ab4bbc155ebb3243b567bb;p=dealii.git Changelog --- diff --git a/doc/news/changes/minor/20200921MartinKronbichler b/doc/news/changes/minor/20200921MartinKronbichler new file mode 100644 index 0000000000..2035c647da --- /dev/null +++ b/doc/news/changes/minor/20200921MartinKronbichler @@ -0,0 +1,9 @@ +New: The classes FEEvaluation and FEFaceEvaluation with template parameter -1 +for the polynomial degree is now based on pre-compiled templated code for +polynomial degrees between 1 and 6. This allows for fast execution of +matrix-free evaluation for run-time polynomial degrees. The generated +instantiations are controlled by +`include/deal.II/matrix_free/evaluation_template_factory.templates.h` and can +be pre-compiled for additional degrees in user code. +
+(Martin Kronbichler, Peter Munch, 2020/09/21)