From 8718988632dc5bc47ae5093864f46ca8f968636c Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 22 Mar 2024 17:22:42 +0100 Subject: [PATCH] Changelog --- doc/news/changes/minor/20240322Kronbichler | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/news/changes/minor/20240322Kronbichler diff --git a/doc/news/changes/minor/20240322Kronbichler b/doc/news/changes/minor/20240322Kronbichler new file mode 100644 index 0000000000..4b3bcd222f --- /dev/null +++ b/doc/news/changes/minor/20240322Kronbichler @@ -0,0 +1,8 @@ +Changed: The class FEEvaluationAccess, which was previously used to control +access to values, gradients and Hessians at quadrature points in specialized +form for scalar, vector-valued and general n-component system, has been merged +into the class FEEvaluationBase, using conditional types deduced from +std::conditional. This should not change any application code, but reduced the +amount of code by 1,500 lines, thus making the library simpler to maintain. +
+(Martin Kronbichler, 2024/03/22) -- 2.39.5