- 20 Oct, 2020 2 commits
-
-
Timo Koch authored
The enums provide a convenient way to select the type of 1d3d coupling mode. However they are not extensible. Adding a new mode requires changing Dumux core code. With the new comparable and named tags, we have the same features but in an extensible way. Every coupling manager implementation can define their own (unique) tag and specialize the common class with this tag. The coupling mode can be queried as before, and it is still easy to write code that works with several coupling modes. This commit also puts all coupling mode specializations in their own headers.
-
Timo Koch authored
-
- 16 Oct, 2020 21 commits
-
-
Kilian Weishaupt authored
[test][channel] put Scalar alias outside subgrid guard See merge request !2286
-
Dennis Gläser authored
-
Melanie Lipp authored
Feature/fix walldistance See merge request !2224
-
Melanie Lipp authored
-
Ned Coltman authored
[rans] Introduce a struct for the wallElementinformation, change HasChannelGeometry to IsFlatWallBounded, fix maximum/minimum velocity names (remove profile, add comments), flowNormalAxis to flowDirectionAxis, sandgrainroughness default.
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
* Include non- normal axis distances * Cleanup wall and flow normal axis variables * Include scvf corners as possible wall locations
-
Kilian Weishaupt authored
Doxygen for 3.3 Closes #920 See merge request !2258
-
- 14 Oct, 2020 7 commits
-
-
Kilian Weishaupt authored
[test][bBoxTree] Adapt to change in Dune::AxisAlignedCubeGeometry See merge request !2283
-
Kilian Weishaupt authored
* for dim != dimworld, an axes object needs to be passed to the ctor
-
Melanie Lipp authored
-
Melanie Lipp authored
-
Melanie Lipp authored
-
Ivan Buntic authored
-
Ivan Buntic authored
-
- 12 Oct, 2020 4 commits
-
-
Tim Jupe authored
- 02 Oct, 2020 6 commits
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
Feature/python bindings See merge request !1985
-
Kilian Weishaupt authored
[cleanup][test] Remove try/catch exception handling from all tests Closes #915 See merge request !2266
-
Timo Koch authored
-
Timo Koch authored