mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
added: MultisegmentWellEquations::residual()
this returns a const reference to the residual vector. use this in MultisegmentWellEval
This commit is contained in:
@@ -110,6 +110,12 @@ public:
|
||||
const int seg_pressure_var_ind,
|
||||
const WellState& well_state) const;
|
||||
|
||||
//! \brief Returns a const reference to the residual.
|
||||
const BVectorWell& residual() const
|
||||
{
|
||||
return resWell_;
|
||||
}
|
||||
|
||||
// two off-diagonal matrices
|
||||
OffDiagMatWell duneB_;
|
||||
OffDiagMatWell duneC_;
|
||||
|
||||
Reference in New Issue
Block a user