mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Updates according to Atgeirr's comments
This commit is contained in:
@@ -90,7 +90,7 @@ public:
|
||||
void solve(BVectorWell& dx_well) const;
|
||||
|
||||
//! \brief Apply inverted D matrix to rhs and store in vector.
|
||||
void solve(BVectorWell& rhs_well, BVectorWell& x_well) const;
|
||||
void solve(const BVectorWell& rhs_well, BVectorWell& x_well) const;
|
||||
|
||||
//! \brief Invert D matrix.
|
||||
void invert();
|
||||
|
||||
Reference in New Issue
Block a user