Simulator programs and utilities for automatic differentiation.
Go to file
Bård Skaflestad 17e93c5cce Install crude handling of data point outside vertical span
The initial implementation of RK4IVP<>::operator() failed to take
into account the possibility that we might need to evaluate the
function outside the vertical span for which it was initially
defined.  This situation occurs, for instance, in the not uncommon
cases of the GOC being above or the WOC being below the model.

This commit installs a crude Hermitian extrapolation procedure to
handle these cases.  Refinements are likely.
2018-01-02 14:28:06 +01:00
ebos Start using the BlackoilFluidState 2017-12-15 08:20:09 +01:00
ewoms/aux fix most pedantic compiler warnings in the basic infrastructure 2016-11-09 14:54:22 +01:00
opm/core/simulator Install crude handling of data point outside vertical span 2018-01-02 14:28:06 +01:00