Add method for defining if preconditioners should be recreated

This commit is contained in:
jakobtorben
2024-06-27 12:50:26 +02:00
parent ac1cbd8987
commit 5d54c50ba0
15 changed files with 71 additions and 3 deletions

View File

@@ -110,6 +110,10 @@ public:
return false;
}
virtual bool hasPerfectUpdate() const override {
return false;
}
private:
const SpMatrixFloat& m_matrix;