Simulator programs and utilities for automatic differentiation.
Go to file
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
examples Make use of EclipseState for EQLNUM and SWATINIT. 2014-06-26 14:46:57 +02:00
opm/core Reimplement assign* in terms of Compressed<> 2014-08-27 21:19:41 +02:00
tests Changes in the ref. solution in the DeakAllDead test 2014-08-12 07:08:57 +02:00