- Feb 26, 2021
-
-
Timo Koch authored
-
So far, the `LinearPDESolver` (re)assembles the matrix in its `solve` function unconditionally. This might be unnecessary if the matrix did not change compared to the previous call to `solve`. Make a first attempt to avoid the unnecessary calculation by adding a corresponding control flag.
-
-
-
-
-
-
-
-
-
Kilian Weishaupt authored
Fix/pnm gridgeo See merge request !2482
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Feb 25, 2021
-
-
-
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
- Feb 24, 2021
-
-
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
-
-
- Feb 23, 2021
-
-
Dennis Gläser authored
-
-
-
-
-
- Feb 17, 2021