opm-simulators/opm/core/props/rock
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
..
RockBasic.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
RockBasic.hpp Moved fluid -> props and subdirs. 2013-03-14 09:56:48 +01:00
RockCompressibility.cpp rename all "newParserDeck" objects to "deck" 2014-05-21 11:22:43 +02:00
RockCompressibility.hpp rename all "newParserDeck" objects to "deck" 2014-05-21 11:22:43 +02:00
RockFromDeck.cpp Fix semantics of permeability assignment 2014-08-26 23:50:04 +02:00
RockFromDeck.hpp Glue in support for the grid property modifier keywords 2014-06-11 13:48:49 +02:00