opm-simulators/opm/core
Bård Skaflestad c0559fa258 Fix semantics of permeability assignment
Calling code relies on permeability tensors being stored in column
major order (row index cycling the most rapidly).  Honour that
requirement.  The previous assignment implied row major ordering
(column index cycling the most rapidly).  This, however, is a
pedantic rather than visible change because the surrounding code
enforces symmetric tensors whence both orderings produce the same
results when the array is viewed contiguously.
2014-08-26 23:50:04 +02:00
..
linalg Change option name and generated header names. 2014-04-15 20:21:10 +02:00
pressure incorperate the review comments/decisions for multi-region PVT 2014-06-04 11:11:35 +02:00
props Fix semantics of permeability assignment 2014-08-26 23:50:04 +02:00
simulator Fixes issues pointed out in the PR comments 2014-08-18 08:57:23 +02:00
tof Fix initialization of tracer heads, and output ordering. 2014-06-25 09:56:37 +02:00
transport incorperate the review comments/decisions for multi-region PVT 2014-06-04 11:11:35 +02:00
utility incorperate the review comments/decisions for multi-region PVT 2014-06-04 11:11:35 +02:00
wells Properly handle defaulted well reference depths. 2014-08-07 12:57:05 +02:00
well_controls.h well_controls: Add deep-copy (clone) support 2014-07-03 16:09:56 +02:00
wells.h wells.h: Document several function 2014-07-03 16:09:56 +02:00