mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 00:01:57 -06:00
ebos: enable the cache for intensive quantities
this seems to slightly speed things up at the linearization stage...
This commit is contained in:
parent
b84bcedb27
commit
1be2bc1e01
@ -150,7 +150,11 @@ SET_BOOL_PROP(EclBaseProblem, EnableEclOutput, true);
|
||||
// also enable the summary output.
|
||||
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");
|
||||
}} // namespace Properties, Opm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user