- 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
-
- Jan 29, 2020
-
-
Timo Koch authored
-
- Jan 23, 2020
-
-
- Jan 03, 2020
-
-
Christoph Grüninger authored
-
- Nov 21, 2019
-
-
Timo Koch authored
-
- Oct 11, 2019
-
-
Timo Koch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Oct 10, 2019
-
-
Katharina Heck authored
-
- Oct 02, 2019
-
-
Roman Winter authored
-
- Aug 29, 2019
-
-
Bernd Flemisch authored
-
- Jul 01, 2019
-
-
Timo Koch authored
-
- Jun 01, 2019
-
-
- May 07, 2019
-
-
- May 06, 2019
-
-
Timo Koch authored
* With this patch you only include what you need * The header gridmanager.hh includes all specializations as convenience. This makes this patch also fully backwards-compatible
-
- May 02, 2019
-
-
Timo Koch authored
-
- Apr 30, 2019
-
-
- Mar 29, 2019
-
-