- Oct 26, 2021
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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
-
Timo Koch authored
[cmake] Make CMake not report any additional output if an optional packages haven't been found (it's included in the summary)
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
-
Get rid of warning -Wrange-loop-construct.
-
Without dune-spgrid module the test cannot be compiled.
-
Timo Koch authored
-
-
-
-
-
-