From e6d71310491326bfc0ab4bbc155ebb3243b567bb Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 21 Sep 2020 10:41:50 +0200 Subject: [PATCH] Changelog --- doc/news/changes/minor/20200921MartinKronbichler | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/minor/20200921MartinKronbichler 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) -- 2.39.5