ebos: enable the new cache for the storage term by default

on my machine, this accelerates the linearization by about 30% for
SPE9 (6.4 instead of 8.7 seconds).
This commit is contained in:
Andreas Lauser 2015-10-27 17:33:13 +01:00
parent aaecf3ee33
commit 8272ec5528

View File

@ -152,6 +152,9 @@ SET_BOOL_PROP(EclBaseProblem, EnableEclSummaryOutput, true);
// decent speedup...
SET_BOOL_PROP(EclBaseProblem, EnableIntensiveQuantityCache, true);
// the cache for the storage term can also be used and also yields a decent speedup
SET_BOOL_PROP(EclBaseProblem, EnableStorageCache, true);
// Use the "velocity module" which uses the Eclipse "NEWTRAN" transmissibilities
SET_TYPE_PROP(EclBaseProblem, FluxModule, Ewoms::EclTransFluxModule<TypeTag>);