From a9174f588439132165bd542933612b8dd1cc9bb7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 28 Nov 2023 17:10:30 -0700 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20231128Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20231128Bangerth 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) -- 2.39.5