- 26 Oct, 2021 32 commits
-
-
-
-
-
-
-
-
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.
-
Timo Koch authored
-
Timo Koch authored
-
-
Get rid of warning -Wrange-loop-construct.
-
Without dune-spgrid module the test cannot be compiled.
-
-
-
-
-
-
-
-
-
- 25 Oct, 2021 1 commit
-
- 24 Oct, 2021 1 commit
-
-
Christoph Grüninger authored
Otherwise the reverse feature would not work. This bug exists since the beginning of splinecommon_. Thanks Timo for spotting a mistake I'd introduced.
-
- 22 Oct, 2021 2 commits
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- 21 Oct, 2021 2 commits
-
- 20 Oct, 2021 2 commits
-
-
Richards works conceptually with numPhases == 2 but only one velocity should be computed. Therefore we need to overload the velocity output.