1 #ifndef AMESOS_STATUS_H
2 #define AMESOS_STATUS_H
5 using namespace Teuchos;
26 IsSymbolicFactorizationOK_ =
false;
27 IsNumericFactorizationOK_ =
false;
30 ComputeVectorNorms_ =
false;
31 ComputeTrueResidual_ =
false;
int NumSymbolicFact_
Number of symbolic factorization phases.
bool IsSymbolicFactorizationOK_
If true, SymbolicFactorization() has been successfully called.
int NumNumericFact_
Number of numeric factorization phases.
int NumSolve_
Number of solves.
~Amesos_Status()
Default destructor.
bool ComputeVectorNorms_
If true, prints the norms of X and B in Solve().
bool PrintTiming_
If true, prints timing information in the destructor.
Amesos_Status: Container for some status variables.
bool PrintStatus_
If true, print additional information in the destructor.
Amesos_Status()
Default constructor.
int verbose_
Toggles the output level.
int debug_
Sets the level of debug_ output.
bool IsNumericFactorizationOK_
If true, NumericFactorization() has been successfully called.
bool ComputeTrueResidual_
If true, computes the true residual in Solve().