Simulator programs and utilities for automatic differentiation.
Go to file
Bård Skaflestad 30ba1b0f86 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
bin relax the python script to check the reference solutions 2013-07-07 19:02:28 +02:00
doc slightly improve the handbook build script 2017-01-16 15:32:16 +01:00
examples adapt to the refactoring of the thermal laws in opm-material 2017-12-11 17:39:56 +01:00
opm/core/simulator Install crude handling of data point outside vertical span 2018-01-02 14:28:06 +01:00
tests Include <numeric> for std::iota() 2018-01-02 14:28:06 +01:00