using function invDX to implement functions in MultisegmentWell

it compiles, while not sure how it gonna work.
This commit is contained in:
Kai Bao
2017-09-13 17:48:08 +02:00
parent ba3c7a88db
commit 1f380713e8
2 changed files with 45 additions and 19 deletions

View File

@@ -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