mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 19:36:25 -06:00
Merge pull request #4861 from hnil/fixed_msw_addwellcontricutions
fixed add-well-contributions for multisegement wells
This commit is contained in:
commit
708401ca14
@ -266,8 +266,8 @@ template<class SparseMatrixAdapter>
|
||||
void MultisegmentWellEquations<Scalar,numWellEq,numEq>::
|
||||
extract(SparseMatrixAdapter& jacobian) const
|
||||
{
|
||||
const auto invDuneD = mswellhelpers::invertWithUMFPack<BVectorWell>(numWellEq,
|
||||
numEq,
|
||||
const auto invDuneD = mswellhelpers::invertWithUMFPack<BVectorWell>(duneD_.M(),
|
||||
numWellEq,
|
||||
*duneDSolver_);
|
||||
|
||||
// We need to change matrix A as follows
|
||||
|
Loading…
Reference in New Issue
Block a user