Skip to content
Snippets Groups Projects
Commit c38678ae authored by Timo Koch's avatar Timo Koch
Browse files

[changelog] Add L2-projection entry

parent 78efd75a
No related branches found
No related tags found
1 merge request!3390[disc] Add simple L2 projection implementation and test
Pipeline #27106 passed
+2
...@@ -10,6 +10,9 @@ Differences Between DuMu<sup>x</sup> 3.7 and DuMu<sup>x</sup> 3.6 ...@@ -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 - __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: ### Immediate interface changes not allowing/requiring a deprecation period:
- __Assembler/Newton/PDE/Solver__: We now distinguish between `SolutionVector` and `ResidualType`/`ResidualVector`. The former - __Assembler/Newton/PDE/Solver__: We now distinguish between `SolutionVector` and `ResidualType`/`ResidualVector`. The former
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment