mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
added: MultisegmentWellEquations::createSolver
this applies compute the LU decomposition of the D matrix
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user