mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
using function invDX to implement functions in MultisegmentWell
it compiles, while not sure how it gonna work.
This commit is contained in:
@@ -226,11 +226,10 @@ namespace Opm
|
||||
mutable OffDiagMatWell duneC_;
|
||||
// diagonal matrix for the well
|
||||
// TODO: if we decided not to invert it, we better change the name of it
|
||||
mutable DiagMatWell invDuneD_;
|
||||
mutable DiagMatWell duneD_;
|
||||
|
||||
// several vector used in the matrix calculation
|
||||
mutable BVectorWell Bx_;
|
||||
mutable BVectorWell invDrw_;
|
||||
mutable BVector scaleAddRes_;
|
||||
|
||||
// residuals of the well equations
|
||||
|
||||
Reference in New Issue
Block a user