mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add well_cells to WellOps to avoid recreating.
This commit is contained in:
committed by
Kai Bao
parent
b2787e24e7
commit
44f36c45cf
@@ -273,6 +273,7 @@ namespace Opm {
|
||||
WellOps(const Wells* wells);
|
||||
Eigen::SparseMatrix<double> w2p; // well -> perf (scatter)
|
||||
Eigen::SparseMatrix<double> p2w; // perf -> well (gather)
|
||||
std::vector<int> well_cells; // the set of perforated cells
|
||||
};
|
||||
|
||||
// --------- Data members ---------
|
||||
|
||||
Reference in New Issue
Block a user