#include <BelosStatusTestOutputter.hpp>
Inheritance diagram for Belos::StatusTestOutputter< ScalarType, MV, OP >:

Constructors/initializers/accessors | |
| typedef Teuchos::RefCountPtr< StatusTestResNorm_t > | resNormStatusTest_ptr_t |
| typedef Teuchos::RefCountPtr< OutputManager< ScalarType > > | outputManager_ptr_t |
| void | outputFrequency (const int &outputFrequency) |
Set the number of iterations skipped between outputting. A value <=0 means no outputting. | |
| const int & | outputFrequency () const |
| void | outputMaxResOnly (const bool &outputMaxResOnly) |
| Determine if only max residual is printed or not for active RHS. | |
| const bool & | outputMaxResOnly () const |
| void | resString (const std::string &resString) |
| Determine if only max residual is printed or not for active RHS. | |
| const std::string & | resString () const |
| void | set_resNormStatusTest (const Teuchos::RefCountPtr< StatusTestResNorm_t > &resNormStatusTest) |
| Set the residual norm status test object [Required]. | |
| Teuchos::RefCountPtr< StatusTestResNorm_t > | get_resNormStatusTest () const |
| StatusTestResNorm_t & | resNormStatusTest () |
| const StatusTestResNorm_t & | resNormStatusTest () const |
| void | set_outputManager (const Teuchos::RefCountPtr< OutputManager< ScalarType > > &outputManager) |
| Set the output manager [Required]. | |
| Teuchos::RefCountPtr< OutputManager< ScalarType > > | get_outputManager () const |
| OutputManager< ScalarType > & | outputManager () |
| const OutputManager< ScalarType > & | outputManager () const |
| StatusTestOutputter (const int outputFrequency=-1, const bool outputMaxResOnly=true, const std::string &resString="||A*x-b||/||b||") | |
| | |
Public Types | |
Public types | |
| typedef Teuchos::ScalarTraits< ScalarType > | ST |
| | |
| typedef ST::magnitudeType | MagnitudeType |
| | |
| typedef StatusTestResNorm< ScalarType, MV, OP > | StatusTestResNorm_t |
| | |
Public Member Functions | |
Overridden from StatusTests | |
| StatusType | CheckStatus (IterativeSolver< ScalarType, MV, OP > *iSolver) |
| . | |
| StatusType | GetStatus () const |
| . | |
| void | Reset () |
| . | |
| bool | ResidualVectorRequired () const |
| . | |
| ostream & | Print (ostream &os, int indent) const |
| . | |
ToDo: Finish documentation.
Definition at line 52 of file BelosStatusTestOutputter.hpp.
|
|||||
|
Definition at line 59 of file BelosStatusTestOutputter.hpp. |
|
|||||
|
Definition at line 61 of file BelosStatusTestOutputter.hpp. |
|
|||||
|
Definition at line 63 of file BelosStatusTestOutputter.hpp. |
|
|||||
|
Definition at line 79 of file BelosStatusTestOutputter.hpp. |
|
|||||
|
Definition at line 83 of file BelosStatusTestOutputter.hpp. |
|
||||||||||||||||||||
|
Definition at line 124 of file BelosStatusTestOutputter.hpp. |
|
||||||||||
|
Set the number of iterations skipped between outputting. A value
Definition at line 70 of file BelosStatusTestOutputter.hpp. |
|
|||||||||
|
Definition at line 70 of file BelosStatusTestOutputter.hpp. |
|
||||||||||
|
Determine if only max residual is printed or not for active RHS.
Definition at line 73 of file BelosStatusTestOutputter.hpp. |
|
|||||||||
|
Definition at line 73 of file BelosStatusTestOutputter.hpp. |
|
||||||||||
|
Determine if only max residual is printed or not for active RHS.
Definition at line 76 of file BelosStatusTestOutputter.hpp. |
|
|||||||||
|
Definition at line 76 of file BelosStatusTestOutputter.hpp. |
|
||||||||||
|
Set the residual norm status test object [Required].
Definition at line 79 of file BelosStatusTestOutputter.hpp. |
|
|||||||||
|
Definition at line 79 of file BelosStatusTestOutputter.hpp. |
|
|||||||||
|
Definition at line 79 of file BelosStatusTestOutputter.hpp. |
|
|||||||||
|
Definition at line 79 of file BelosStatusTestOutputter.hpp. |
|
||||||||||
|
Set the output manager [Required].
Definition at line 83 of file BelosStatusTestOutputter.hpp. |
|
|||||||||
|
Definition at line 83 of file BelosStatusTestOutputter.hpp. |
|
|||||||||
|
Definition at line 83 of file BelosStatusTestOutputter.hpp. |
|
|||||||||
|
Definition at line 83 of file BelosStatusTestOutputter.hpp. |
|
||||||||||
|
.
Implements Belos::StatusTest< ScalarType, MV, OP >. Definition at line 139 of file BelosStatusTestOutputter.hpp. |
|
|||||||||
|
.
Implements Belos::StatusTest< ScalarType, MV, OP >. Definition at line 201 of file BelosStatusTestOutputter.hpp. |
|
|||||||||
|
.
Implements Belos::StatusTest< ScalarType, MV, OP >. Definition at line 207 of file BelosStatusTestOutputter.hpp. |
|
|||||||||
|
.
Implements Belos::StatusTest< ScalarType, MV, OP >. Definition at line 215 of file BelosStatusTestOutputter.hpp. |
|
||||||||||||||||
|
.
Implements Belos::StatusTest< ScalarType, MV, OP >. Definition at line 221 of file BelosStatusTestOutputter.hpp. |
1.3.9.1