- 25 Aug, 2019 1 commit
-
- 23 Aug, 2019 1 commit
-
-
Georg Futter authored
Fixed the wrong flux calculation in case there are more than two components. Improved variable naming. More efficient fix.
-
- 28 Aug, 2018 2 commits
-
-
Manual backport of b524acb3.
- 07 May, 2018 2 commits
-
-
Bernd Flemisch authored
[test] fix co2 tests for Dumux 2.x and Dune 2.6 See merge request !963
-
Bernd Flemisch authored
Intersections don't offer `boundaryId()` anymore since Dune 2.6. ALUGrid still offers it via `impl()`. Employ this if Dune >= 2.6 is used.
-
- 23 Mar, 2018 2 commits
-
-
Bernd Flemisch authored
[doc] fix double subscripts See merge request !869
-
Bernd Flemisch authored
-
- 09 Mar, 2018 3 commits
-
-
Martin Beck authored
[el2p] Use base class quantities in the NewtonController See merge request !811
-
Holger Class authored
Looks good!
-
Bernd Flemisch authored
The densities at the face are only set to zero. Calculate them by standard interpolation analogous to 2p2c. This fixes the calculation of diffusive fluxes in the local residual.
-
- 28 Feb, 2018 1 commit
-
-
Martin Beck authored
[el2p] update reference solution due to cd1f8712 See merge request !810
-
- 27 Feb, 2018 2 commits
-
-
Bernd Flemisch authored
The `ElTwoPNewtonController` defined several data members that are already present in the base `NewtonController`. Delete these members and use the corresponding base class members. The communication call in the function `globalResidual` of the `ElTwoPBaseModel` didn't compile. Comment this call such that the function works at least for sequential runs. This allows to use the residual criterion in the Newton solver. Throw if the routine is called in a parallel run.
-
Bernd Flemisch authored
-
- 31 Jan, 2018 1 commit
-
-
Bernd Flemisch authored
[fix/CorrectUpwinding] Fixed upwinding implementation in the el2p model See merge request !751
-
- 24 Jan, 2018 1 commit
-
- 23 Jan, 2018 2 commits
-
-
Edscott Wilson Garcia authored
-
Martin Beck authored
-
- 02 Jan, 2018 2 commits
-
-
Bernd Flemisch authored
Doc Henry coefficient and rename fluidsystems See merge request !488
-
Bernd Flemisch authored
[fix/MakeEl2pTestMoreGeneric] Simplify change from 3D to 2D See merge request !704
-
- 21 Dec, 2017 1 commit
-
-
Martin Beck authored
Use of 3D test case for creating a 2D case was complicated as most parts of the test are generic, but for the boundary conditions "uzIdx" was used in any case. Introduced distinction between 2D and 3D (uyIdx/uzIdx)
-
- 15 Dec, 2017 5 commits
-
-
However, the results are unaffected.
-
-
-
-
-
- 13 Dec, 2017 2 commits
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- 11 Dec, 2017 4 commits
-
-
Bernd Flemisch authored
Fix/patches for opm2017.10 See merge request !663
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- 08 Dec, 2017 3 commits
-
-
Bernd Flemisch authored
add_dumux_test forwards to dune_add_test. Since Dune 2.6, this takes only the "real" command behind COMMAND, the arguments to that command have to follow behind CMD_ARGS.
-
Bernd Flemisch authored
[2padaptive] Fix pressure reconstruction for 2p adaptionhelper See merge request !657
-
Martin Schneider authored
For some grids, e.g. UGGrid, the father element is identical to the son element. It is therefore not a good idea to use the adaptedValue containers for the father and for the son element since they might be also identical. This has been changes such that the adaptedValues are no longer modified in the reconstruction routine.
-
- 07 Dec, 2017 5 commits
-
-
Bernd Flemisch authored
[headercheck] add missing includes See merge request !655
-
Bernd Flemisch authored
-
Bernd Flemisch authored
Do nothing and give warning if scotch wasn't found See merge request !651
-
Timo Koch authored
-
Bernd Flemisch authored
[CHANGELOG] add link to multidomain README See merge request !649
-