Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser 2f3cdfd9e0 fix incorrect derivative of rock compressibility w.r.t. pressure
since

f(x) = 1 + 0.5*g(x)*g(x)

the derivative is

f'(x) = 0 + 2*0.5*g(x) * g'(x) = g(x)*g'(x)

note that the previous incorrect values do not affect the quality of
the obtained results (if the tolerance of the non-linear solver is
chosen to be small enough), but it may have deteriorated convergence
rates.
2016-07-19 18:19:30 +02:00
examples Fix incomplete type error for std::ofstream in examples 2016-05-27 08:59:00 +00:00
opm/core fix incorrect derivative of rock compressibility w.r.t. pressure 2016-07-19 18:19:30 +02:00
tests Added DX/DY/DZ to norne_pvt.data 2016-06-21 16:10:32 +02:00