Fix RFT output for shut distributed wells and permamently inactive wells split across processors (partition method 3 issue only).

This commit is contained in:
Vegard Kippe
2024-12-20 10:46:14 +01:00
parent ee972dcbe2
commit 802e73fe28
2 changed files with 14 additions and 16 deletions

View File

@@ -387,7 +387,7 @@ protected:
virtual bool isDefunctParallelWell(std::string wname) const = 0;
void collectRftMapOnRoot(std::map<std::size_t, Scalar>& local_map, const Parallel::Communication& comm);
void gatherAndUpdateRftMap(std::map<std::size_t, Scalar>& local_map, const Parallel::Communication& comm);
const EclipseState& eclState_;
const Schedule& schedule_;