From: Wolfgang Bangerth Date: Wed, 29 Nov 2023 00:10:30 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: relicensing~270^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9174f588439132165bd542933612b8dd1cc9bb7;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20231128Bangerth b/doc/news/changes/minor/20231128Bangerth new file mode 100644 index 0000000000..af04efe7dd --- /dev/null +++ b/doc/news/changes/minor/20231128Bangerth @@ -0,0 +1,6 @@ +New: The FEValuesBase class now lazily computes the FEValuesViews +objects it returns when you do something like `fe_values[velocities]`, +whenever they are needed first, rather than *always* creating these +objects. +
+(Wolfgang Bangerth, 2023/11/28)