From 3b9cc6aba5196db0698b9f4d4a2807126af781c0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Mon, 31 May 2021 20:50:49 +0200 Subject: [PATCH] Add changelog entry for step-74 --- doc/news/9.2.0-vs-9.3.0.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 0418ab2f0b..676037d791 100644 --- a/doc/news/9.2.0-vs-9.3.0.h +++ b/doc/news/9.2.0-vs-9.3.0.h @@ -562,6 +562,14 @@ inconvenience this causes. (David Wells, 2021/01/26) +
  • + New: The step-74 tutorial implements the symmetric interior penalty Galerkin + (SIPG) method for Poisson's equation using the FEInterfaceValues class (for + interface terms) in conjunction with the MeshWorker::mesh_loop() concept. +
    + (Timo Heister, Jiaqi Zhang, 2021/01/04) +
  • +
  • Improved: Update SUNDIALS ARKODE interface to support versions > 4.0.0 and add preconditioner support
    -- 2.39.5