From 142921e3d5f60463249d912c421b023d1fee42df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Thu, 27 Oct 2022 09:54:40 +0200 Subject: [PATCH] Ensure linearizer is updated after transmissibility changes. --- ebos/eclproblem.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index 1796e3b72..9cb861127 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -1084,6 +1084,7 @@ public: this->referencePorosity_[1] = this->referencePorosity_[0]; updateReferencePorosity_(); updatePffDofData_(); + this->model().linearizer().updateDiscretizationParameters(); } bool tuningEvent = this->beginEpisode_(enableExperiments, this->episodeIndex());