mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
in flowexp_blackoil, invalidate output data after solution is updated
This commit is contained in:
parent
afcfedb9f1
commit
2d082cae42
@ -436,6 +436,9 @@ public:
|
||||
{
|
||||
FlowProblemType::endTimeStep();
|
||||
|
||||
// after the solution is updated, the values in output module needs also updated
|
||||
this->eclWriter()->mutableOutputModule().invalidateLocalData();
|
||||
|
||||
const bool isSubStep = !this->simulator().episodeWillBeOver();
|
||||
|
||||
// For CpGrid with LGRs, ecl/vtk output is not supported yet.
|
||||
|
Loading…
Reference in New Issue
Block a user