From: Wolfgang Bangerth Date: Sun, 11 Oct 2020 20:41:38 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.3.0-rc1~1006^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b134f98e893aa2b284f358894b46f8074d3a76;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20201010Bangerth b/doc/news/changes/minor/20201010Bangerth new file mode 100644 index 0000000000..f104d2153e --- /dev/null +++ b/doc/news/changes/minor/20201010Bangerth @@ -0,0 +1,6 @@ +New: step-9 uses the "streamline-upwind Petrov-Galerkin" method, but +does not make any attempt at explaining what this method is or why it +might be named like this. This has been rectified: The introduction +now has a long section that explains the origin of the method and its name. +
+(Wolfgang Bangerth, 2020/10/10)