mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Ensure linearizer is updated after transmissibility changes.
This commit is contained in:
parent
9547d55d96
commit
142921e3d5
@ -1084,6 +1084,7 @@ public:
|
||||
this->referencePorosity_[1] = this->referencePorosity_[0];
|
||||
updateReferencePorosity_();
|
||||
updatePffDofData_();
|
||||
this->model().linearizer().updateDiscretizationParameters();
|
||||
}
|
||||
|
||||
bool tuningEvent = this->beginEpisode_(enableExperiments, this->episodeIndex());
|
||||
|
Loading…
Reference in New Issue
Block a user