opm-core/opm/core
Markus Blatt 8810c3e7fe 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
..
grid Make MinpvProcessor ignore inactive cells. 2015-01-19 15:44:13 +01:00
io EclipseWriter: remove leftovers of WriterTimer. 2015-01-15 11:34:59 +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 AdaptiveTimeStepping: make output more easy to read. 2015-01-16 16:08:59 +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 Protecting against use of unassigned deck values. 2015-01-14 11:41:41 +01:00
wells Wellsmanager will check completion status 2015-01-12 12:43:45 +01:00
doxygen_main.hpp remove the EclipseGridParser class 2014-05-21 11:22:43 +02:00
grid.h Added function grid_equal() to compare two UnstructuredGrid instances. 2014-04-22 15:13:54 +02:00
opm-core-pch.hpp Use precompiled headers to compile C++ modules 2013-02-11 22:38:00 +01:00
version.c Include version information in the library 2013-07-31 12:22:18 +02:00
version.h Bump version numbers. 2013-10-21 13:53:29 +02: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