opm-core/opm/core
Joakim Hove 67a218e61a Fixed writing well information to the restart file
The original version of the code wrote 14 items per connection to the
ICON array, however when loading restart information the ERT well loader
currently expects to find segment information in item 15. Will now write
an additional segment id item for each connection.

In addition the code has been refactored to use operator[] to set
elements instead of push_back() which was used previously.
2015-02-02 08:07:33 +01:00
..
grid Make MinpvProcessor ignore inactive cells. 2015-01-19 15:44:13 +01:00
io Fixed writing well information to the restart file 2015-02-02 08:07:33 +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 Fixes some unused variable warnings. 2015-01-23 20:58:37 +01:00
simulator BlackoilState: added forgotten rv to equal method. 2015-01-29 11:07:24 +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 Using Parser to calculate well reference depth. 2015-01-26 12:03:11 +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