Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
f61a9b22
Commit
f61a9b22
authored
Mar 05, 2021
by
Timo Koch
Committed by
Dennis Gläser
Mar 05, 2021
Browse files
[doc][disc][gridgeom] Add comment in changelog on isBound/element interfaces
parent
6c690a5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
f61a9b22
...
...
@@ -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
=============================================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment