in flowexp_blackoil, invalidate output data after solution is updated

This commit is contained in:
Kai Bao 2024-10-11 12:31:20 +02:00
parent afcfedb9f1
commit 2d082cae42

View File

@ -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.