- 04 Sep, 2019 1 commit
-
-
Simon Emmert authored
Use main component index instead of phase index in the box version of Fick's law. See merge request !1710
-
- 03 Sep, 2019 4 commits
-
-
Bernd Flemisch authored
Obviously has been forgotten in c784ce62.
-
Kilian Weishaupt authored
add unit test of binary coefficients Closes #744 See merge request !1705
-
Test for the minimal interface of gasDiffCoeff and liquidDiffCoeff. Allow throwing a NotImplemented.
-
Kilian Weishaupt authored
remove unused reference solutions Closes #742 See merge request !1702
-
- 02 Sep, 2019 12 commits
-
-
Kilian Weishaupt authored
deprecate intrange Closes #744 See merge request !1704
-
Kilian Weishaupt authored
add deprecated classes to CHANGELOG.md Closes #744 See merge request !1706
-
Kilian Weishaupt authored
[staggered][geometryhelper] Improve calculation of lateral distances See merge request !1708
-
Kilian Weishaupt authored
* consider sum of distances within inside and outside element
-
Dennis Gläser authored
Feature/richards analytical jacobian See merge request !1697
-
-
-
-
-
-
Dennis Gläser authored
-
-
- 30 Aug, 2019 2 commits
-
-
Dennis Gläser authored
Feature/pass fluxcache to neumann Closes #660 See merge request !1626
-
Dennis Gläser authored
Bugfix/assembly numdiff explicit See merge request !1707
-
- 29 Aug, 2019 15 commits
-
-
Timo Koch authored
This was previously not possible because of the bug in the explicit/numdiff assembler. The large epsilon masked the error in the storage derivative. Now it also works with small epsilon.
-
Timo Koch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
It is possible to use Dune::IntegralRange instead.
-
Bernd Flemisch authored
-
-
-
-
-
-
-
-
-
-
-
- 15 Aug, 2019 1 commit
-
- 13 Aug, 2019 1 commit
-
-
Dennis Gläser authored
This reverts changes introduced in aa5951f5 and the following commits. It turned out that doing the flux computation on the basis of a support point inside the cell and then a tpfa flux towards the facet elements performed very bad for anisotropic tensors.
-
- 07 Aug, 2019 2 commits
-
-
Dennis Gläser authored
Use entity.type() instead of creating a temporary geometry See merge request !1686
-
Timo Koch authored
Constructing a geometry may be expensive depending on the grid implementation.
-
- 06 Aug, 2019 2 commits
-
-
Timo Koch authored