Skip to content

Conversation

@atgeirr
Copy link
Member

@atgeirr atgeirr commented Jan 9, 2026

Summary NEWTON array (and similar) is off by one, and wrong after a timestep cut.

@atgeirr atgeirr added the manual:bugfix This PR is a bug fix and should be noted in the manual label Jan 9, 2026
@atgeirr
Copy link
Member Author

atgeirr commented Jan 9, 2026

jenkins build this please

full_report += substep_report;
problem.setSimulationReport(full_report);
// This also runs the evalSummary() and action updates.
problem.endStepApplyAction();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure it is relevant right now, but FlowProblemComp does not have this method.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see it is all done in endTimeStep(). If we do the same modification there it should become correct.

The test failures are all expected (only modifying the data I wanted to) except the last one (flowexp_blackoil_SPE1CASE2) which I will need to investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

manual:bugfix This PR is a bug fix and should be noted in the manual

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants