From: Martin Kronbichler Date: Fri, 22 Mar 2024 16:22:42 +0000 (+0100) Subject: Changelog X-Git-Tag: v9.6.0-rc1~455^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8718988632dc5bc47ae5093864f46ca8f968636c;p=dealii.git Changelog --- 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)