From: Bruno Blais Date: Fri, 14 Jul 2023 11:38:28 +0000 (-0400) Subject: Add changelog entry X-Git-Tag: relicensing~676^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29967017df6306e56fa7553dd00b81ec3261476b;p=dealii.git Add changelog entry --- diff --git a/doc/news/changes/minor/20230707BrunoBlais b/doc/news/changes/minor/20230707BrunoBlais new file mode 100644 index 0000000000..a7aeb79284 --- /dev/null +++ b/doc/news/changes/minor/20230707BrunoBlais @@ -0,0 +1,3 @@ +Improvement: Step-68 now uses the FEPointEvaluation to calculate the particle velocity from the velocity solution instead of manually interpolating at the particle location. +
+(Bruno Blais, 2023/07/0)