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