- Nov 09, 2018
-
-
Timo Koch authored
-
Ned Coltman authored
Feature/improve fixed cell ff See merge request !1182
-
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
-
-
- Nov 08, 2018
-
-
Samuel Burbulla authored
-
Bernd Flemisch authored
[compositionalfluidstate] Use std::array See merge request !1267
-
Kilian Weishaupt authored
* replace c-style arrays with std::array * removes false positive gcc warning about index being out of bounds
- Nov 02, 2018
-
-
Simon Emmert authored
Resolve "Remove TypeTag from Problem-specific TypeTag definitions" Closes #584 See merge request !1249
-
Timo Koch authored
-
Melanie Lipp authored
-
- Oct 31, 2018
-
-
Bernd Flemisch authored
[fix] fix bugs from change to solidsystem, still wrong solutions See merge request !1247
-
Timo Koch authored
-
Kilian Weishaupt authored
Feature/complete fluidsystem test Closes #508 See merge request !1252
-
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
-
-
* use convenience function to construct elemSol * fixes Wshadow warning
-
-
-
-
-
Gabi Seitz authored
It was only used in the fluidsystem-test.
-
- Oct 26, 2018
-
-
Katharina Heck authored
-
- Oct 24, 2018
-
- Oct 23, 2018
-
-
Simon Emmert authored
[test][mpnc] Add grids folder to CMakeLists See merge request !1246
-
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 20, 2018
-
-
Dennis Gläser authored
-