Well additions for local solves.

Also, remove uneeded function updatePerforationIntensiveQuantities().
This commit is contained in:
Atgeirr Flø Rasmussen
2023-06-15 14:26:56 +02:00
parent 08f594b12f
commit 654df6fd59
3 changed files with 236 additions and 50 deletions

View File

@@ -143,7 +143,6 @@ BOOST_AUTO_TEST_CASE(G1)
int report_step_idx = 0;
well_model.beginReportStep(report_step_idx);
well_model.beginTimeStep();
well_model.updatePerforationIntensiveQuantities();
Opm::DeferredLogger deferred_logger;
well_model.calculateExplicitQuantities(deferred_logger);
well_model.prepareTimeStep(deferred_logger);