mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add method for defining if preconditioners should be recreated
This commit is contained in:
@@ -110,6 +110,10 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool hasPerfectUpdate() const override {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
const SpMatrixFloat& m_matrix;
|
||||
|
||||
Reference in New Issue
Block a user