Amesos Package Browser (Single Doxygen Collection)
Development
|
Amesos_Status: Container for some status variables. More...
#include <Amesos_Status.h>
Public Member Functions | |
Amesos_Status () | |
Default constructor. More... | |
~Amesos_Status () | |
Default destructor. More... | |
void | SetStatusParameters (const Teuchos::ParameterList &ParameterList) |
Public Attributes | |
bool | IsSymbolicFactorizationOK_ |
If true , SymbolicFactorization() has been successfully called. More... | |
bool | IsNumericFactorizationOK_ |
If true , NumericFactorization() has been successfully called. More... | |
bool | PrintTiming_ |
If true , prints timing information in the destructor. More... | |
bool | PrintStatus_ |
If true , print additional information in the destructor. More... | |
bool | ComputeVectorNorms_ |
If true , prints the norms of X and B in Solve(). More... | |
bool | ComputeTrueResidual_ |
If true , computes the true residual in Solve(). More... | |
int | verbose_ |
Toggles the output level. More... | |
int | debug_ |
Sets the level of debug_ output. More... | |
int | NumSymbolicFact_ |
Number of symbolic factorization phases. More... | |
int | NumNumericFact_ |
Number of numeric factorization phases. More... | |
int | NumSolve_ |
Number of solves. More... | |
double | Threshold_ |
int | MyPID_ |
int | NumProcs_ |
Amesos_Status: Container for some status variables.
Definition at line 20 of file Amesos_Status.h.
|
inline |
Default constructor.
Definition at line 24 of file Amesos_Status.h.
|
inline |
Default destructor.
Definition at line 43 of file Amesos_Status.h.
void Amesos_Status::SetStatusParameters | ( | const Teuchos::ParameterList & | ParameterList | ) |
Definition at line 30 of file Amesos_Status.cpp.
bool Amesos_Status::IsSymbolicFactorizationOK_ |
If true
, SymbolicFactorization() has been successfully called.
Definition at line 48 of file Amesos_Status.h.
bool Amesos_Status::IsNumericFactorizationOK_ |
If true
, NumericFactorization() has been successfully called.
Definition at line 50 of file Amesos_Status.h.
bool Amesos_Status::PrintTiming_ |
If true
, prints timing information in the destructor.
Definition at line 52 of file Amesos_Status.h.
bool Amesos_Status::PrintStatus_ |
If true
, print additional information in the destructor.
Definition at line 54 of file Amesos_Status.h.
bool Amesos_Status::ComputeVectorNorms_ |
If true
, prints the norms of X and B in Solve().
Definition at line 56 of file Amesos_Status.h.
bool Amesos_Status::ComputeTrueResidual_ |
If true
, computes the true residual in Solve().
Definition at line 58 of file Amesos_Status.h.
int Amesos_Status::verbose_ |
Toggles the output level.
Definition at line 61 of file Amesos_Status.h.
int Amesos_Status::debug_ |
Sets the level of debug_ output.
Definition at line 64 of file Amesos_Status.h.
int Amesos_Status::NumSymbolicFact_ |
Number of symbolic factorization phases.
Definition at line 67 of file Amesos_Status.h.
int Amesos_Status::NumNumericFact_ |
Number of numeric factorization phases.
Definition at line 69 of file Amesos_Status.h.
int Amesos_Status::NumSolve_ |
Number of solves.
Definition at line 71 of file Amesos_Status.h.
double Amesos_Status::Threshold_ |
Definition at line 73 of file Amesos_Status.h.
int Amesos_Status::MyPID_ |
Definition at line 75 of file Amesos_Status.h.
int Amesos_Status::NumProcs_ |
Definition at line 76 of file Amesos_Status.h.