- Aug 27, 2018
-
-
Kilian Weishaupt authored
* clang won't compile otherwise
-
Kilian Weishaupt authored
* use Dune::Hybrid::elementAt() instead of std::get<>()
-
Kilian Weishaupt authored
* due to a bug in clang (https://stackoverflow.com/a/47849501), myMultiTypeBlockvector.size() (which is static constexpr) has to be changed to MultiTypeBlockVector::size() to be used as a constexpr template argument * probably a similar issue with using Dune::Hybrid::forEach and std::get<>
-
Kilian Weishaupt authored
[fix][multidomain][stokesdarcy] fix convective coupling so that it is energy conservative See merge request !1194
-
-
- Aug 24, 2018
-
-
Simon Emmert authored
Feature/improve 2p1cni See merge request !1191
-
Kilian Weishaupt authored
* only build two executables
-
Kilian Weishaupt authored
* allows to use thermal non-equilibrium model (T_soil != T_fluid)
-
Kilian Weishaupt authored
* shall not be used but is required in order to fix clang compilation error
-
- Aug 23, 2018
-
-
Kilian Weishaupt authored
[io][gridmanager] Make gridData when making grid from dgf See merge request !1190
-
- Aug 22, 2018
-
-
Timo Koch authored
-
- Aug 21, 2018
-
- Aug 20, 2018
-
-
Kilian Weishaupt authored
[md][stokesDarcy] Correctly account for orientation of gravity vector See merge request !1184
-
Kilian Weishaupt authored
[staggered][freeflow] Print position of failing BC See merge request !1185
-
-
- Aug 16, 2018
-
-
Dennis Gläser authored
[box] allow mixed-type boundary conditions for box Closes #560 See merge request !1187
-
Bernd Flemisch authored
Test in test/geomechanics/elastic.
-
Dennis Gläser authored
Feature/2p1c wettability Closes #522 See merge request !1140
-
Dennis Gläser authored
-
Dennis Gläser authored
Feature/multiphase poroelasticity See merge request !1157
-
Bernd Flemisch authored
[material][porodeformation] use correct law See merge request !1183
-
Dennis Gläser authored
-
Dennis Gläser authored
[md][bugfix] Fix memory leak due to cyclic shared_ptr dependency couplingmanager<->problem Closes #557 See merge request !1179
-
- Aug 15, 2018
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Giuliano Lombardo authored
* hydrostatic pressure increases in direction of gravity
-
Simon Emmert authored
-
Simon Emmert authored
The 2p1c model only makes sense in a non-isothermal setting. The artificial isothermal base model is removed and numEQ, energyEQ,... are set directly now.
-
Simon Emmert authored
-
Simon Emmert authored
-
-
-
-
This adresses the memory leak associated with both the problem as well as the coupling manager having shared pointers to each other and none of them being destructed at the end of the simulation.
-
Timo Koch authored
-
-
- Aug 14, 2018
-
-
Bernd Flemisch authored
-
Kilian Weishaupt authored
-