- Jun 18, 2018
-
-
Bernd Flemisch authored
See pull request #327 in opm-grid: https://github.com/OPM/opm-grid/pull/327
-
- Jun 15, 2018
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
Transfer the 2p cornerpoint test from Dumux 2.12. Update the reference solution due to insignificant changes.
-
Bernd Flemisch authored
See the comment added in `subcontrolvolume.hh`.
-
Bernd Flemisch authored
It is not possible to ask for the employed Opm version in a convenient way. Therefore, support for older versions has to be dropped. Adapt an include. Get rid of the `TypeTag` template parameter. Perform `loadBlance` only in a parallel run. Otherwise, the boundary segment indices are lost. Add a small workaround for the `static Deck` to prevent segfaults. Provide a patch for opm-grid, delete patches for older versions. Update `patches/README`.
-
- Jun 14, 2018
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
- Jun 13, 2018
-
-
Timo Koch authored
-
-
-
-
-
-
and correct reference solution
- Jun 12, 2018
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Katharina Heck authored
-
Katharina Heck authored
-
Katharina Heck authored
-
- Jun 06, 2018
-
-
-
-
Functions are noexcept now, two additional functions/constants are required.
-
Add CMake detection by copying `FindQuadmath.cmake` from `opm-common/cmake/Modules` at https://github.com/OPM/opm-common/, version 37da204. Remove hack for GCC <= 4.6. Add Dune's IsNumber specialization. Test by using `quad` as `Scalar` and recalculating the one-phase incompressible TPFA test with analytic Jacobian.
- Jun 05, 2018
-
-
Bernd Flemisch authored
Fix/headercheck See merge request !995