44 debug_ = ParameterList.
get<
int>(
"DebugLevel");
55 if( ParameterList.
isParameter(
"ComputeVectorNorms") )
59 if( ParameterList.
isParameter(
"ComputeTrueResidual") )
T & get(ParameterList &l, const std::string &name)
bool isParameter(const std::string &name) const
void SetStatusParameters(const Teuchos::ParameterList &ParameterList)
bool ComputeVectorNorms_
If true, prints the norms of X and B in Solve().
bool PrintTiming_
If true, prints timing information in the destructor.
bool PrintStatus_
If true, print additional information in the destructor.
int verbose_
Toggles the output level.
int debug_
Sets the level of debug_ output.
bool ComputeTrueResidual_
If true, computes the true residual in Solve().