- Oct 23, 2018
-
-
Martin Schneider authored
-
- Oct 22, 2018
-
-
Dennis Gläser authored
[elastic][mpfa] fix broken SFINAE constructs Closes #577 See merge request !1224
-
Dennis Gläser authored
-
Store return values explicitly as constexpr. Fixes compilation errors triggered on specific gcc's.
-
Set the partial derivatives explicitly for ghosts _after_ the standard values have been calculated.
-
- Oct 19, 2018
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
- Oct 18, 2018
-
-
Bernd Flemisch authored
link to LICENSE.md from README.md See merge request !1240
-
Bernd Flemisch authored
-
Bernd Flemisch authored
[properties] Add property system implementation without macros and variadic templates See merge request !1211
-
Timo Koch authored
-
Timo Koch authored
-
Bernd Flemisch authored
[params] Make it possible to initialize parameters when not called from main See merge request !1222
-
Bernd Flemisch authored
-
- 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
-