refactor(polySolver): removed build_prec method
building and managing has been offloaded to the operator
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user