Simulator programs and utilities for automatic differentiation.
Go to file
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
examples Make use of EclipseState for EQLNUM and SWATINIT. 2014-06-26 14:46:57 +02:00
opm/core Fix semantics of permeability assignment 2014-08-26 23:50:04 +02:00
tests Changes in the ref. solution in the DeakAllDead test 2014-08-12 07:08:57 +02:00