Updates according to Atgeirr's comments

This commit is contained in:
Stein Krogstad
2023-11-27 17:07:38 +01:00
parent 00bd006eb4
commit 1fd1c5afc6
8 changed files with 33 additions and 35 deletions

View File

@@ -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();