added: MultisegmentWellEquations::createSolver

this applies compute the LU decomposition of the D matrix
This commit is contained in:
Arne Morten Kvarving
2022-11-11 21:41:24 +01:00
parent abf5f94561
commit e67e58d0c8
3 changed files with 26 additions and 0 deletions

View File

@@ -80,6 +80,9 @@ public:
//! \brief Apply linear operator to vector.
void apply(BVector& r) const;
//! \brief Compute the LU-decomposition of D matrix.
void createSolver();
// two off-diagonal matrices
OffDiagMatWell duneB_;
OffDiagMatWell duneC_;