From c38678ae5bf32488ddf654030ccfc5ccf5a376b6 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Wed, 22 Feb 2023 16:07:11 +0100 Subject: [PATCH] [changelog] Add L2-projection entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 427fbd6ec7..a579b949b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ Differences Between DuMu<sup>x</sup> 3.7 and DuMu<sup>x</sup> 3.6 - __Shallow water equations__: Added new friction law `FrictionLawViscousNoSlip` for viscous thin film flow +- __Projection__: In addition to the L2-projector projecting between different grids added a helper that +computes the L2-projection of analytic functions in to discrete FEM spaces (requires `dune-functions`). + ### Immediate interface changes not allowing/requiring a deprecation period: - __Assembler/Newton/PDE/Solver__: We now distinguish between `SolutionVector` and `ResidualType`/`ResidualVector`. The former -- GitLab