From e689821e5653f888b1a7a99c530d40852dac7305 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 23 Jul 2024 19:18:05 +0200 Subject: [PATCH] Add changelog --- doc/news/changes/minor/20230912Kronbichler | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20230912Kronbichler diff --git a/doc/news/changes/minor/20230912Kronbichler b/doc/news/changes/minor/20230912Kronbichler new file mode 100644 index 0000000000..ca6fe77052 --- /dev/null +++ b/doc/news/changes/minor/20230912Kronbichler @@ -0,0 +1,7 @@ +Improved: FEEvaluation::get_gradient() and FEEvaluation::submit_gradient() are +now considerably faster for Raviart-Thomas elements on non-Cartesian meshes. +The previous algorithm used non-optimal loop layouts for the local tensor +contractions in the derivative of the Piola transform, which have been +transformed to optimal-complexity variants. +
+(Martin Kronbichler, 2023/09/12) -- 2.39.5