opm-simulators/opm/core
Markus Blatt aac4cb7d66 Correctly compute the minimum and maximum values.
As there are no functors for computing the minimum and maximum,
we convert the std::max and std::min function pointers to
functors (which is not really nice.) Previously we were somehow
tricked into using std::greater and std::less, which of course do
return true or false and not what we need. Additionally, do more
excessive testing with different ranges.
2015-01-23 20:48:53 +01:00
..
linalg Correctly compute the minimum and maximum values. 2015-01-23 20:48:53 +01:00
pressure Fix whitespace issues. 2015-01-23 09:12:15 +01:00
props Add IncompPropertiesSinglePhase class. 2015-01-20 15:47:50 +01:00
simulator Fix comments. 2015-01-09 09:10:10 +01:00
tof Reformat header for readability. 2015-01-23 09:13:43 +01:00
transport PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
utility PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
wells Wellsmanager will check completion status 2015-01-12 12:43:45 +01:00
well_controls.h Renaming well is shut to well is stopped. 2015-01-09 09:10:10 +01:00
wells.h wells.h: Document several function 2014-07-03 16:09:56 +02:00