opm-simulators/opm/core
Markus Blatt 2caaca4160 Do not rely on begin()/end() of the containers to compute reductions.
One would think that such an assumption is safe in any case,
wouldn't one? But foen Eigen'S container this does not hold.
They do not provide STL compliant iterators, and access to them.
With this patch make the even stricter assumption that the containers
are random access and use operator[] instead of iterators.
2015-01-30 16:10:41 +01:00
..
linalg Do not rely on begin()/end() of the containers to compute reductions. 2015-01-30 16:10:41 +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 Using Parser to calculate well reference depth. 2015-01-26 12:03:11 +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