- Oct 16, 2018
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- Oct 15, 2018
-
- Oct 11, 2018
-
-
Martin Schneider authored
[porousmediumflow] Port Forchheimer See merge request !1230
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* only works for cctpfa with diagonal permeability tensors so far
-
Bernd Flemisch authored
A new possibility to enter diffusion coefficients user-specific if desired See merge request !1232
-
Holger Class authored
-
Ned Coltman authored
[freeflow] Remove wallFunctions from common problem See merge request !1217
-
Kilian Weishaupt authored
* move to RANS problem
-
- Oct 10, 2018
-
-
Bernd Flemisch authored
Feature/periodic boundaries See merge request !1097
-
Bernd Flemisch authored
[feature] add restart facility for mpnc See merge request !1210
-
- Oct 04, 2018
-
-
Katharina Heck authored
-
Katharina Heck authored
- Oct 02, 2018
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Kudos to Clang's -Wself-assign-field.
-
Christoph Grüninger authored
This fixes a delete-non-virtual-dtor warning from Clang.
-
Melanie Lipp authored
The output only includes those default parameters which are set in dumux/common/parameters.hh. This change is intended to make this clearer to the reader of the output.
-
- Oct 01, 2018
-
-
Kilian Weishaupt authored
Remove warnings Wfloat-equal from dumux. See merge request !1213
-
- Sep 30, 2018
-
-
Melanie Lipp authored
[test][navierstokes] Fix test name for CMake dependency See merge request !1227
-
Kilian Weishaupt authored
* was forgotten in recent renaming of tests * restart test failed because it was not forced to be run after the "regular" test
-
- Sep 28, 2018
-
-
Kilian Weishaupt authored
Feature/runtime inertia See merge request !1214
-
-
* rename test
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* remove property
-
- Sep 27, 2018
-
-
Melanie Lipp authored
-
- Sep 21, 2018
- Sep 10, 2018
-
-
Kilian Weishaupt authored
[linear][doc] Fix name of linear solver See merge request !1221
-
Timo Koch authored
-
- Sep 04, 2018
-
-
Kilian Weishaupt authored
Cleanup/fluidsystems phase names Closes #518 See merge request !1137
-
Implement decision made in !1137: - 1p gas: `gas` - 1p liquid: `liq` - 2p gas/liquid: `gas` and `liq` - 2p liquid/liquid: `aq` and `napl` - 3p: `gas`, `aq` and `napl` - solid: `s` Add `IsAqueous` to components to detect if a component is aqueous or not. Adapt reference solutions. Adjust `primaryVariableName` only where necessary to make the tests pass. Will be treated in general in !1212.
-