#include <AztecOO_StatusTestMaxIters.h>
Inheritance diagram for AztecOO_StatusTestMaxIters:
Public Member Functions | |
Constructors/destructors. | |
| AztecOO_StatusTestMaxIters (int MaxIters) | |
| Constructor. | |
| virtual | ~AztecOO_StatusTestMaxIters () |
| Destructor. | |
Methods that implement the AztecOO_StatusTest interface. | |
| bool | ResidualVectorRequired () const |
| Indicates if residual vector is required by this convergence test: returns false for this class. | |
| AztecOO_StatusType | CheckStatus (int CurrentIter, Epetra_MultiVector *CurrentResVector, double CurrentResNormEst, bool SolutionUpdated) |
| Check convergence status: Unconverged, Converged, Failed. | |
| AztecOO_StatusType | GetStatus () const |
| Return the result of the most recent checkStatus call. | |
| ostream & | Print (ostream &stream, int indent=0) const |
| Output formatted description of stopping test to output stream. | |
Methods to access data members. | |
| int | GetMaxIters () const |
| Returns the maximum number of iterations set in the constructor. | |
| int | GetNumIters () const |
| Returns the current number of iterations from the most recent StatusTest call. | |
|
||||||||||||||||||||
|
Check convergence status: Unconverged, Converged, Failed. This method checks to see if the convergence criteria are met..
Implements AztecOO_StatusTest. |
1.3.9.1