Updating variable name in SimulatorFullyImplicitBlackoilEbos.hpp and adding tests

This commit is contained in:
Vegard Kippe
2023-06-29 15:20:38 +02:00
parent 65f73f5462
commit a80f44a3be
5 changed files with 282 additions and 7 deletions

View File

@@ -403,7 +403,7 @@ public:
adaptiveTimeStepping_->updateTUNING(max_next_tstep, tuning);
// \Note: Assumes TUNING is only used with adaptive time-stepping
// \Note: Need to update both solver (model) and simulator since solver is re-created each report step.
solver->model().updateTUNING(tuning);
solver_->model().updateTUNING(tuning);
this->updateTUNING(tuning);
}
}