opm-simulators/opm
Andreas Lauser 868f447f20 use the common API opm-material for functions
the way to get the result of an evaluation is by return value, i.e.,

 z = fn.eval(x, y);

not by passing a separate argument to the eval() function like

 fn.eval(x, y, z);

the `XYTabulated2DFunction` used the latter approach causing an API
inconsistency with all other tabulation classes in
opm-material. OPM/opm-material#319 fixes that but requires this mop-up
as a consequence.
2018-12-20 10:46:22 +01:00
..
autodiff use the common API opm-material for functions 2018-12-20 10:46:22 +01:00
core adding flow_injecitivity executable target 2018-12-11 21:40:47 +01:00
simulators Revise logic of shutting wells vs. chopping step. 2018-12-03 13:25:19 +01:00