mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Changes to make flow compile with AutoDiffMatrix.
This commit is contained in:
committed by
babrodtk
parent
c712d0070d
commit
c795113ce3
@@ -228,8 +228,10 @@ namespace Opm {
|
||||
|
||||
struct WellOps {
|
||||
WellOps(const Wells* wells);
|
||||
M w2p; // well -> perf (scatter)
|
||||
M p2w; // perf -> well (gather)
|
||||
// M w2p; // well -> perf (scatter)
|
||||
// M p2w; // perf -> well (gather)
|
||||
Eigen::SparseMatrix<double> w2p; // well -> perf (scatter)
|
||||
Eigen::SparseMatrix<double> p2w; // perf -> well (gather)
|
||||
};
|
||||
|
||||
// --------- Data members ---------
|
||||
|
||||
Reference in New Issue
Block a user