- Dec 16, 2021
-
-
Kilian Weishaupt authored
[staggered/normalaxis] Add missing include See merge request !2981
-
Kilian Weishaupt authored
(cherry picked from commit 38e54169)
-
- Dec 15, 2021
-
-
Ned Coltman authored
-
- Dec 14, 2021
-
-
Dennis Gläser authored
[md] Restructure multidomain tuple wrappers See merge request !2972
-
* get returns reference like for tuple * implement asTuple * implement constructors using wrappers * implement constructors getting tuples * make interfaces take value types instead of only allowing r-value references * provide const overload for get (pointer access)
-
Kilian Weishaupt authored
[pnm] Allow the transmissibility of wetting phase to be zero in case of Circle throat shape See merge request !2976
-
-
- Dec 13, 2021
-
-
This disabled the momentum transport of the turbulence model for the case that the water columns are not connected. This is a first order reconstruction.
- Dec 10, 2021
-
- Dec 09, 2021
-
-
Kilian Weishaupt authored
* was DimMatrix before
-
- Dec 07, 2021
-
-
Timo Koch authored
- Dec 06, 2021
-
- Dec 05, 2021
-
-
-
-
Timo Koch authored
-
- Dec 03, 2021
-
-
Kilian Weishaupt authored
Usage: newTypeTag = CppTypeTag(name="TwoP", include="dumux/porousmediumflow/2p/model.hh") myModel = Model(inheritsFrom=[newTypeTag], gridGeometry=gridGeometry)
-
- Dec 02, 2021
-
-
Dennis Gläser authored
[md] Implement variadic argument constructor and update See merge request !2966
-
- Dec 01, 2021
-
-
-
Timo Koch authored
-
Timo Koch authored
-
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Nov 30, 2021
-
-
Kilian Weishaupt authored
(cherry picked from commit 248f8ad7)
-
Kilian Weishaupt authored
[examples][liddrivencavity] Port to coupled staggered See merge request !2838
-
-
-
Kilian Weishaupt authored
[example][liddrivencavity] Update solution See merge request !2964
-
Kilian Weishaupt authored
* Use more suitable numeric diff epsilon, leading to slightly better Newton convergence * This will also make the test pass for the new staggered implementation (cherry picked from commit 7a018dc3)