opm-simulators/opm/core/props/rock
Bård Skaflestad 1307e0fdcf Reimplement assign* in terms of Compressed<>
This is a demonstration of using the

    GridPropertyAccess::Compressed<>

class template.  We save (some) memory by not creating the zero
fall-back vector in assignPermeability(), preferring instead to use
the fall-back/default mechanism of ArrayPolicy::ExtractFromDeck<>.

While here, adjust vector<PermComponent>::reserve() capacity to
reflect actual requirements.
2014-08-27 21:19:41 +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 Reimplement assign* in terms of Compressed<> 2014-08-27 21:19:41 +02:00
RockFromDeck.hpp Glue in support for the grid property modifier keywords 2014-06-11 13:48:49 +02:00