#include <BelosStatusTestMaxIters.hpp>
Inheritance diagram for Belos::StatusTestMaxIters< ScalarType, MV, OP >:

Public Member Functions | |
Constructor/Destructor. | |
| StatusTestMaxIters (int maxIters) | |
| Constructor. | |
| virtual | ~StatusTestMaxIters () |
| Destructor. | |
Status methods | |
| StatusType | CheckStatus (IterativeSolver< ScalarType, MV, OP > *iSolver) |
| Check convergence status of the iterative solver: Unconverged, Converged, Failed. | |
| StatusType | GetStatus () const |
| Return the result of the most recent CheckStatus call. | |
Reset methods | |
| void | Reset () |
| Resets the status test to the initial internal state. | |
Accessor methods | |
| 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. | |
Attribute methods | |
| bool | ResidualVectorRequired () const |
| Indicates if residual vector is required by this convergence test: returns false for this class. | |
Print methods | |
| ostream & | Print (ostream &os, int indent=0) const |
| Output formatted description of stopping test to output stream. | |
This implementation of the Belos::StatusTest base class tests the number of iterations performed against a maximum number allowed.
Definition at line 50 of file BelosStatusTestMaxIters.hpp.
|
||||||||||
|
Constructor.
Definition at line 130 of file BelosStatusTestMaxIters.hpp. |
|
|||||||||
|
Destructor.
Definition at line 61 of file BelosStatusTestMaxIters.hpp. |
|
||||||||||
|
Check convergence status of the iterative solver: Unconverged, Converged, Failed. This method checks to see if the convergence criteria are met using the current information from the iterative solver. Implements Belos::StatusTest< ScalarType, MV, OP >. Definition at line 142 of file BelosStatusTestMaxIters.hpp. |
|
|||||||||
|
Return the result of the most recent CheckStatus call.
Implements Belos::StatusTest< ScalarType, MV, OP >. Definition at line 74 of file BelosStatusTestMaxIters.hpp. |
|
|||||||||
|
Resets the status test to the initial internal state.
Implements Belos::StatusTest< ScalarType, MV, OP >. Definition at line 152 of file BelosStatusTestMaxIters.hpp. |
|
|||||||||
|
Returns the maximum number of iterations set in the constructor.
Definition at line 90 of file BelosStatusTestMaxIters.hpp. |
|
|||||||||
|
Returns the current number of iterations from the most recent StatusTest call.
Definition at line 93 of file BelosStatusTestMaxIters.hpp. |
|
|||||||||
|
Indicates if residual vector is required by this convergence test: returns false for this class.
Implements Belos::StatusTest< ScalarType, MV, OP >. Definition at line 101 of file BelosStatusTestMaxIters.hpp. |
|
||||||||||||||||
|
Output formatted description of stopping test to output stream.
Implements Belos::StatusTest< ScalarType, MV, OP >. Definition at line 159 of file BelosStatusTestMaxIters.hpp. |
1.3.9.1