From: Wolfgang Bangerth Date: Fri, 18 Jun 2021 21:16:35 +0000 (-0600) Subject: Add two missing tutorial programs to the changelog. X-Git-Tag: v9.4.0-rc1~1214^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e507b72983d371b946a004164fbdf3dffe40f412;p=dealii.git Add two missing tutorial programs to the changelog. --- diff --git a/doc/news/9.2.0-vs-9.3.0.h b/doc/news/9.2.0-vs-9.3.0.h index 676037d791..7a9054ddd8 100644 --- a/doc/news/9.2.0-vs-9.3.0.h +++ b/doc/news/9.2.0-vs-9.3.0.h @@ -456,6 +456,18 @@ inconvenience this causes.

General

    +
  1. + New: The step-78 tutorial program solves the Black-Scholes equations. +
    + (Tylor Anderson, 2021/05/19) +
  2. + +
  3. + New: The step-79 tutorial program demonstrates solution of a topology optimization problem. +
    + (Justin O'Connor, 2021/05/19) +
  4. +
  5. New: The step-66 tutorial program shows how to solve a nonlinear PDE in parallel with MatrixFree methods.