opm-core/opm/core
Bård Skaflestad da19df122f Don't generate out-of-bounds ACTNUM references when inspecting ZCORN monotonicity.
The C parsing rules (effectively) impose a "maximal munch" strategy.
When iterating over the cell-nodes (i.e., ZCORN), the coordinate map
integer division *must* apply to the iterators and not to a product of
the form N*it.  Enforce this interpretation by explicit parentheses.
2012-03-02 17:42:26 +01:00
..
eclipse Suppress "unused parameter" warning in TLMIXPAR::convertToSI(). 2012-02-27 11:29:44 +01:00
fluid Added satRange() method to Incomp* classes and Saturation* classes. 2012-02-17 14:15:25 +01:00
linalg Untabify. 2012-03-01 15:22:26 +01:00
pressure merge 2012-02-27 17:47:55 +01:00
transport Added initial version of column-based gravity segregation solver. 2012-03-02 13:20:46 +01:00
utility Don't generate out-of-bounds ACTNUM references when inspecting ZCORN monotonicity. 2012-03-02 17:42:26 +01:00
ColumnExtract.hpp Made column extractor work also if grid.global_cell is null. 2012-03-02 13:18:49 +01:00
grid.h 1) Move extra fields found in struct CornerpointGrid into struct UnstructuredGrid. 2012-02-01 14:56:38 +01:00
GridAdapter.hpp Fallout from removal of grid_t typedef. 2012-02-01 20:29:05 +01:00
GridManager.cpp Throws if it fails to initialise grid. 2012-02-20 13:35:47 +01:00
GridManager.hpp Added GridManager class. 2012-02-20 11:34:27 +01:00
newwells.h Implement basic memory management for new well interface. 2012-02-03 21:35:19 +01:00
well.h Add field for specifying which surface volume fraction is injected. 2011-12-12 18:43:11 +01:00