From f61a9b22c49e8e6bf4e94f6a3382c8beabcaf301 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Fri, 5 Mar 2021 13:32:32 +0100 Subject: [PATCH] [doc][disc][gridgeom] Add comment in changelog on isBound/element interfaces --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0ae595bc..9ecf6d96e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,11 @@ auto fluidMatrixInteractionAtPos(const GlobalPosition &globalPos) const return makeFluidMatrixInteraction(FluidMatrix::MPAdapter(pcKrSwCurve_)); } ``` +- __Grid-geometry__: The local views of grid geometries are now required to implement the interfaces +`element()` (returning the bound element) and `isBound()` returning a `bool` which is `true` if the +functions `bind` or `bindElement` have been called (i.e. the local geometry is in a bound state). These +interfaces are currently not used (except in the unit tests) but will be required +by the assembler in future Dumux versions. Differences Between DuMu<sup>x</sup> 3.3 and DuMu<sup>x</sup> 3.2 ============================================= -- GitLab