mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 18:21:00 -06:00
Communicate the default thpress
This commit is contained in:
parent
2070247244
commit
c979ba1f95
@ -226,8 +226,8 @@ private:
|
||||
|
||||
// make sure that the threshold pressures is consistent for parallel
|
||||
// runs. (i.e. take the maximum of all processes)
|
||||
for (unsigned i = 0; i < thpres_.size(); ++i)
|
||||
thpres_[i] = gridView.comm().max(thpres_[i]);
|
||||
for (unsigned i = 0; i < thpresDefault_.size(); ++i)
|
||||
thpresDefault_[i] = gridView.comm().max(thpresDefault_[i]);
|
||||
}
|
||||
|
||||
// internalize the threshold pressures which where explicitly specified via the
|
||||
|
Loading…
Reference in New Issue
Block a user