refactor(solver): renamed setupOperator -> setOperatorEssentialTrueDofs to better reflect method job
This commit is contained in:
@@ -84,7 +84,7 @@ private: // Private methods
|
||||
void setInitialGuess() const;
|
||||
void saveAndViewSolution(const mfem::BlockVector& state_vector) const;
|
||||
solverBundle setupNewtonSolver() const;
|
||||
void setupOperator() const;
|
||||
void setOperatorEssentialTrueDofs() const;
|
||||
|
||||
void LoadSolverUserParams(double &newtonRelTol, double &newtonAbsTol, int &newtonMaxIter, int &newtonPrintLevel,
|
||||
double &gmresRelTol, double &gmresAbsTol, int &gmresMaxIter, int &gmresPrintLevel) const;
|
||||
|
||||
Reference in New Issue
Block a user