Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser f0e5a25126 make the dune-localfunctions dependency optional
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
2016-09-22 15:23:14 +02:00
bin relax the python script to check the reference solutions 2013-07-07 19:02:28 +02:00
doc refactoring: rename GridCreator to GridManager 2014-04-27 19:12:32 +02:00
examples remove the navier-stokes test problem 2016-09-22 14:58:19 +02:00
tests make the dune-localfunctions dependency optional 2016-09-22 15:23:14 +02:00