mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
f0e5a251264ac275ae18e99634f9c91826f6fc40
as a side effect, two-point gradients are now used by default for the vertex-centered finite volume discretization. (because P1-FE gradients require the FE shape functions and those are provided by dune-localfunctions.) as a consequence, this triggered an update of quite a few reference solutions: the differences are measurable, but as far as I can see, the results are compareable. also, this commit regresses the performance of the test for the reservoir problem with the vertex centered finite volume scheme a bit. While I would not bet a house on the reason, I'm pretty sure that this is caused by the switch from P1 FE gradients to two-point ones. Note that even though I'm the author of this patch, it shamelessly rips off substantial parts of the @dr-robertk's patch: https://github.com/OPM/ewoms/pull/69
Languages
C++
79.4%
ECL
13.8%
Cuda
1.7%
Pawn
1.7%
CMake
1.4%
Other
1.9%