|
Amesos
Development
|
Amesos_Status: Container for some status variables. More...
#include <Amesos_Status.h>

Public Member Functions | |
| Amesos_Status () | |
| Default constructor. | |
| ~Amesos_Status () | |
| Default destructor. | |
| void | SetStatusParameters (const Teuchos::ParameterList &ParameterList) |
Public Attributes | |
| bool | IsSymbolicFactorizationOK_ |
If true, SymbolicFactorization() has been successfully called. | |
| bool | IsNumericFactorizationOK_ |
If true, NumericFactorization() has been successfully called. | |
| bool | PrintTiming_ |
If true, prints timing information in the destructor. | |
| bool | PrintStatus_ |
If true, print additional information in the destructor. | |
| bool | ComputeVectorNorms_ |
If true, prints the norms of X and B in Solve(). | |
| bool | ComputeTrueResidual_ |
If true, computes the true residual in Solve(). | |
| int | verbose_ |
| Toggles the output level. | |
| int | debug_ |
| Sets the level of debug_ output. | |
| int | NumSymbolicFact_ |
| Number of symbolic factorization phases. | |
| int | NumNumericFact_ |
| Number of numeric factorization phases. | |
| int | NumSolve_ |
| Number of solves. | |
| double | Threshold_ |
| int | MyPID_ |
| int | NumProcs_ |
Amesos_Status: Container for some status variables.
1.8.5