Amesos_Status: Container for some status variables.
More...
#include <Amesos_Status.h>
|
| Amesos_Status () |
| Default constructor.
|
|
| ~Amesos_Status () |
| Default destructor.
|
|
void | SetStatusParameters (const Teuchos::ParameterList &ParameterList) |
|
|
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.
- Author
- Marzio Sala, SNL 9214
- Date
- Last updated on 24-May-05 (Champions' League Final day)
The documentation for this class was generated from the following files:
- Amesos_Status.h
- Amesos_Status.cpp