- Jan 25, 2021
-
-
Timo Koch authored
-
- Dec 11, 2020
-
-
Dennis Gläser authored
-
- Nov 13, 2020
-
-
Bernd Flemisch authored
-
- Nov 06, 2020
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Nov 04, 2020
-
-
Kilian Weishaupt authored
-
- Nov 01, 2020
-
-
Kilian Weishaupt authored
-
- Oct 30, 2020
-
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
-
-
- Oct 29, 2020
-
-
Timo Koch authored
-
- Oct 28, 2020
-
-
Mathis Kelm authored
-
- Oct 27, 2020
-
-
Timo Koch authored
-
Timo Koch authored
Coupling methox from Koch et al 2020 JCP (https://doi.org/10.1016/j.jcp.2020.109370)
-
- Oct 23, 2020
-
-
- Oct 02, 2020
-
-
- Sep 29, 2020
-
-
Kilian Weishaupt authored
-
- Jul 29, 2020
-
-
Ned Coltman authored
-
- Jul 15, 2020
-
-
Bernd Flemisch authored
Replace calls to deprecated `DUNE_VERSION_NEWER_REV(DUNE_ISTL,2,7,1)` by `DUNE_VERSION_GT_REV(DUNE_ISTL,2,7,0)` which also reads better than the `GTE` version, as Dune 2.7.1 hasn't been released yet. Fix the call to `DUNE_VERSION_GT(DUNE_ISTL,2,7)` in the solver factory backend which would break things in case of a 2.7.1 release. Adapt the corresponding changelog entry.
-
- Jul 14, 2020
-
-
Timo Koch authored
-
- Jun 24, 2020
-
-
Timo Koch authored
-
Timo Koch authored
Unfortunately the CMake logic for quad math detection was overwriting the Quadmath package from Dune and had to be removed. This removes all quadmath code from Dumux and uses the quadmath implementation of Dune instead (Dune::Float128) which is based on the same library.
-
- Jun 19, 2020
-
-
Timo Koch authored
-
- May 04, 2020
-
-
- Apr 29, 2020
-
-
Simon Emmert authored
-
Timo Koch authored
-
Simon Emmert authored
Due to !1905
-
-
Kilian Weishaupt authored
-
- Apr 07, 2020
-
-
- Mar 31, 2020
-
-
Timo Koch authored
-
- Mar 26, 2020
-
-
FluidSystem::getMainComponent returns the main componet index of the phase. This doesn't actually make sense for the tracer models which why this commit also * removes getMainComponent for tracer fluid systems (Changelog amended) * guards all occurences of getMainComponent in code that works for tracer too with constexpr if
-
Ned Coltman authored
-
- Mar 15, 2020
-
-
- Mar 11, 2020
-
-
Timo Koch authored
-
- Mar 09, 2020
-
-
- Feb 13, 2020
-
-
Timo Koch authored
-
- Jan 31, 2020
-
-
Timo Koch authored
-