- 01 Nov, 2021 4 commits
- 28 Oct, 2021 4 commits
-
- 27 Oct, 2021 4 commits
- 26 Oct, 2021 28 commits
-
-
-
[disc][porousmediumflow][porenetwork][2p] Use discretization tag instead of enum as template argument.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Tags have some advantages over enums. There are separate types and allow for things like tag dispatch. They are also extensible. That means you can now define your own discretization tag in a downstream module and specialize classes for it. With enums you always need to modify the dumux core, i.e. add the enum to the list of discretization method in this header.