refactor(polySolver): removed build_prec method

building and managing has been offloaded to the operator
This commit is contained in:
2025-04-21 08:07:17 -04:00
parent 4a6b7aaa35
commit 184f92faf1
2 changed files with 0 additions and 26 deletions

View File

@@ -64,7 +64,6 @@ private: // Private methods
void LoadSolverUserParams(double &newtonRelTol, double &newtonAbsTol, int &newtonMaxIter, int &newtonPrintLevel,
double &gmresRelTol, double &gmresAbsTol, int &gmresMaxIter, int &gmresPrintLevel) const;
mfem::BlockDiagonalPreconditioner build_preconditioner() const;
};
#endif // POLYSOLVER_H