- Oct 17, 2018
-
-
Timo Koch authored
-
Timo Koch authored
* Adjust old macro test to only use existing macros * Depracate the header containing the macros (they should be replaced soon) Clues when changing to new property system * NEW_PROP_TAG is now a definition and can only be there once just like NEW_TYPE_TAG - if you're not using macros you can simply use forward declarations of properties whereever needed - for the most properties in dumux the definition is in the header common/properties.hh which can just be included * The order of precedence in INHERITS_FROM is reverse than in the previous implementation - if the macro is used the order is flipped - if you replace the macro you also have to flip the order manually
-
Timo Koch authored
-
Timo Koch authored
* makes calls to NEW_PROP_TAG unique which will be required by the new property system
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Dennis Gläser authored
-
- Oct 16, 2018
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
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
-