ebos: enable the cache for intensive quantities

this seems to slightly speed things up at the linearization stage...
This commit is contained in:
Andreas Lauser 2014-12-18 16:03:18 +01:00
parent b84bcedb27
commit 1be2bc1e01

View File

@ -150,7 +150,11 @@ SET_BOOL_PROP(EclBaseProblem, EnableEclOutput, true);
// also enable the summary output. // also enable the summary output.
SET_BOOL_PROP(EclBaseProblem, EnableEclSummaryOutput, true); SET_BOOL_PROP(EclBaseProblem, EnableEclSummaryOutput, true);
// The default DGF file to load // the cache for intensive quantities can be used for ECL problems and also yields a
// decent speedup...
SET_BOOL_PROP(EclBaseProblem, EnableIntensiveQuantityCache, true);
// The default name of the data file to load
SET_STRING_PROP(EclBaseProblem, GridFile, "data/ecl.DATA"); SET_STRING_PROP(EclBaseProblem, GridFile, "data/ecl.DATA");
}} // namespace Properties, Opm }} // namespace Properties, Opm