From ce40748f94f2977ca6a1e740c539a020beaab2b5 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Wed, 29 Jun 2022 15:42:03 +0200 Subject: [PATCH] Update changelog 1d3d extended source --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7df5af0b..11abb14a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ that implement an empty cache (i.e. nothing is cached for the flux variables). - __Properties__: There is now a `GetPropOr` helper that evaluates to the property type if that type is specialized for the given TypeTag and a given type if not. +- __1d3d__: Fixed a bug in the extended source stencil which didn't respect a user-defined epsilon for numeric differentiation + ### Immediate interface changes not allowing/requiring a deprecation period: - __Experimental features__: All headers with experimental features have been moved into the folder `dumux/experimental`. -- GitLab