opm-simulators/tests
Andreas Lauser 30952313e8 fix the two-point gradient calculator
for the vertex-centered finite volume discretization, the relevant
position for calculating the gradient is *not* the position of the
center of the *sub*-control volume, but the center of the whole
control volume.

Since this patch changes the gradients of all VCFV simulations that
use twopoint gradients, quite a few new reference solutions are
required by this PR. I've looked at all of them manually and made sure
that they look reasonable. (The PR also includes a new reference
solution for the test for the adaptive finger problem -- which uses
ECFV -- but that's because the grid refinement seems to be quite
sensitive to the solution proceedure for that problem, not because
there's any difference in the solutions that can be noticed visually.)

note that all simulations that use element centered finite volume
discretization because there sub-control volumes are identical to full
control volumes. In particular, ebos -- and by extension `flow_ebos`
-- is unaffected because it does not even use that code.
2017-03-01 15:02:58 +01:00
..
data remove the navier-stokes test problem 2016-09-22 14:58:19 +02:00
models change the order of OPM_UNUSED and variable name 2017-01-17 13:28:56 +01:00
referencesolutions fix the two-point gradient calculator 2017-03-01 15:02:58 +01:00
lens_immiscible_ecfv.cc lens_immiscible_ecfv: use "float" values for the linear solver 2016-12-06 22:48:50 +01:00
lens_immiscible_vcfv.cc make the dune-localfunctions dependency optional 2016-09-22 15:23:14 +02:00
powerinjection_darcy.cc clean up the licensing preable of source files 2016-03-17 13:20:20 +01:00
powerinjection_forchheimer.cc clean up the licensing preable of source files 2016-03-17 13:20:20 +01:00
run-vtu-test.sh test driver: add hack to only compare the output of the actual help message 2016-10-28 12:57:02 +02:00
test_blackoilfluidstate.cc rename "local AD" to "dense AD" 2016-06-04 23:56:47 +02:00
test_stokes2c.cc clean up the licensing preable of source files 2016-03-17 13:20:20 +01:00
test_stokes.cc clean up the licensing preable of source files 2016-03-17 13:20:20 +01:00
test_stokesni.cc clean up the licensing preable of source files 2016-03-17 13:20:20 +01:00