- Nov 13, 2018
-
-
-
-
This involes small changes for the 2p non-isothermal problem and the mpnc-comparison references and links.
-
-
-
-
-
-
-
-
- Nov 12, 2018
-
-
Kilian Weishaupt authored
-
- Nov 09, 2018
-
-
Timo Koch authored
-
Kilian Weishaupt authored
* allow setting a fixed value anywhere in the domain * do not use boundaryType but a separate function to check for fixed cell * set 1.0 on the diagonal in the system matrix and 0.0 for the off-diagonal entries to improve numerical accuracy
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
The functionality is tested in `test/io/vtk/test_vtk_staggeredfreeflowpvnames`.
-
Kilian Weishaupt authored
-
-
-
Add names to `IOName`. Adapt names in some reference solutions.
-
Rename `VtkOutputFields` to `IOFields`. Add `primaryVariableName` functions, don't use centralized names yet. Add required template parameters. Adapt properties correspondingly.
-
Kilian Weishaupt authored
-
- Nov 02, 2018
-
-
Melanie Lipp authored
-
- Oct 31, 2018
-
-
Katharina Heck authored
-
Katharina Heck authored
[fix] change calculation of molardensity back to as it was on 2.12 as this changes the result extremely
-
Katharina Heck authored
-
Gabi Seitz authored
and remove it from fluidsystem test
-
-
-
Gabi Seitz authored
It was only used in the fluidsystem-test.
-
- Oct 26, 2018
-
-
Katharina Heck authored
-
- Oct 23, 2018
-
-
Martin Schneider authored
-
- Oct 19, 2018
-
-
Dennis Gläser authored
-
- Oct 18, 2018
- 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
* makes calls to NEW_PROP_TAG unique which will be required by the new property system
-
Timo Koch authored
-
Timo Koch authored
-