diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b915e08e429b833478a9d5ca6c08691a102f550..45c564c2fc8668d3923cf37549e371ae8b73c81f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The function uses new spatial parameter interface implemented in the new `Brinkm - __Facet-Coupling__: Fixed the handling of duplicate degrees of freedom in the box facet-coupling model in the corner case that an internal fracture turns into a boundary fracture (see [merge request 3748](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/merge_requests/3748) for images). - __Periodic Boundaries__: Fixed an issue for vector-valued unknowns. Other schemes that provide a periodic map at boundaries now also support periodicity. - __Pore network__: Added a model and a test case for two-phase compositional fluid flow. +- __Facet-Coupling__: The facet-coupling framework has been modified such that lower-dimensional domains coinciding with the bulk domain boundary are supported. ### Immediate interface changes not allowing/requiring a deprecation period: - __RichardsNewtonSolver__: It is now possible to select the MPICommunicator used by the RichardsNewtonSolver (e.g., either real or dummy communicator) - __CompositionalFluidState__: setRelativeHumidity was removed. Use the other setters. This setter was removed because it was very specific with a lot of specific prerequisites not fitting the general concept of the class. It was also outdated and not used in any example or test and didn't fit the index convention used in the fluid systems anymore.