- 25 Feb, 2021 13 commits
-
-
-
Kilian Weishaupt authored
Feature/pore network model See merge request !2208
-
-
The standard library distributions use implementation defined algorithms which make them produce different random numbers on different library version (different compiler versions or systems). We use here now our own implementation which should have a high enough quality for this purpose and it makes the tests reproducible.
-
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
- 24 Feb, 2021 4 commits
-
-
Kilian Weishaupt authored
[box] In elementsolution.hh use Dune::ReservedVector instead of... Closes #989 See merge request !2479
-
Melanie Lipp authored
[box] In elementsolution.hh use Dune::ReservedVector instead of Dune::Blockvector to have a fixed maximum size at compile time.
-
Martin Schneider authored
Feature/upwind interface See merge request !2414
-
-
- 23 Feb, 2021 5 commits
-
-
Dennis Gläser authored
-
-
-
-
-
- 17 Feb, 2021 15 commits
-
-
Timo Koch authored
-
Timo Koch authored
-
-
-
-
-
When checking geometric equality of 2d intersections, the order of the corners of the raw entities cannot be guaranteed to be the same. Thus, for geometric equality checks we have to compare against all corners.
-
-
In case of 2d intersection geometries, the raw intersections can have very large aspect ratios, i.e. they can have very short and much longer edges. The current epsilon might be chosen based on a short edge, in which case the identity of an intersection might not be found.
-
Timo Koch authored
-
Timo Koch authored
-
-
- 16 Feb, 2021 2 commits
-
-
Christoph Grüninger authored
Stay compatible with 2.7 and 2.8.
- 08 Feb, 2021 1 commit
-
-
Katharina Heck authored
[test] fix labels for Maxwell-Stefan tests See merge request !2472
-