From 054d440c7b363f2000a62d5b04238acdea09692d Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 6 Feb 2019 12:54:07 +0100 Subject: [PATCH] Add changelog. --- doc/news/changes/minor/20190206MartinKronbichler | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/minor/20190206MartinKronbichler diff --git a/doc/news/changes/minor/20190206MartinKronbichler b/doc/news/changes/minor/20190206MartinKronbichler new file mode 100644 index 0000000000..ef651a9a66 --- /dev/null +++ b/doc/news/changes/minor/20190206MartinKronbichler @@ -0,0 +1,9 @@ +Improved: The FEEvaluation::evaluate() and FEEvaluation::integrate() routines +would previously unconditionally use an evaluation routine with a +transformation to a collocation basis and subsequent collocation derivative +for `n_q_points_1d > fe_degree` because it is faster for the usual case of +`n_q_points_1d` close to the polynomial degree. Now, we switch back to the +standard evaluation if `n_q_points_1d > 3 * (fe_degree+1) / 2` where that +variant is faster. +
+(Martin Kronbichler, 2019/02/06) -- 2.39.5