- Jun 24, 2018
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Jun 21, 2018
-
-
Martin Schneider authored
Feature/support cpgrid See merge request !1011
-
Bernd Flemisch authored
-
Bernd Flemisch authored
`opm-material` is not needed anymore. Since Dumux checks itself for `opm-common` in its `CMakeLists.txt`, changes to `opm-grid`'s buildsystem giles aren't necessary anymore.
-
Bernd Flemisch authored
-
Martin Schneider authored
-
- Jun 20, 2018
-
-
Bernd Flemisch authored
[cmake] automatically generate CMakeLists.txt files See merge request !1016
-
Dennis Gläser authored
-
Patch provided by @blattms, thank you.
-
Timo Koch authored
now defaults to the dumux folder if no other folder is specified as command line argument.
-
-
Add a corresponding python script `bin/util/create_cmakelists.py`. Move the folder `bin/moduleutil` to `bin/util`. Run the script.
-
- Jun 18, 2018
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Bernd Flemisch authored
Follow Timo's suggestion for obtaining `GeometryRT`. Moreover, `Geometry&&` can't be used if `GeometryRT` is a reference, no matter if that reference is constant or not. Simplify accordingly.
-
Bernd Flemisch authored
`make install` din't work anymore since files listed in some `CMakeLists.txt` couldn't be found. With this patch, `make install` completes without error. I haven't checked if the installed stuff can actually be used. Thanks to Markus Blatt for pointing this out.
-
Bernd Flemisch authored
See https://github.com/OPM/opm-common/pull/302. Can be removed if cherry-picked to OPM's 2018.04 release branch.
-
Bernd Flemisch authored
See pull request #327 in opm-grid: https://github.com/OPM/opm-grid/pull/327
-
Dennis Gläser authored
[common][timeloop] Make any container possible for adding check points See merge request !1012
-
Dennis Gläser authored
[fvassembler] Set stationary to true if time loop is a nullptr See merge request !1013
- Jun 16, 2018
- 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