Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kronbichler committed Sep 21, 2020
1 parent 4f7d0ca commit e6d7131
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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.
<br>
(Martin Kronbichler, Peter Munch, 2020/09/21)

0 comments on commit e6d7131

Please sign in to comment.