Skip to content
Snippets Groups Projects
Commit f61a9b22 authored by Timo Koch's avatar Timo Koch Committed by Dennis Gläser
Browse files

[doc][disc][gridgeom] Add comment in changelog on isBound/element interfaces

parent 6c690a5f
No related branches found
No related tags found
1 merge request!2509[discretization] Add interfaces element/isBound to grid geometry local views
......@@ -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
=============================================
......
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