Amesos_Status Class Reference

Amesos_Status: Container for some status variables. More...

#include <Amesos_Status.h>

Inheritance diagram for Amesos_Status:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 Amesos_Status ()
 Default constructor.
 ~Amesos_Status ()
 Default destructor.
void SetStatusParameters (const Teuchos::ParameterList &ParameterList)

Public Attributes

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_


Detailed Description

Amesos_Status: Container for some status variables.

Author:
Marzio Sala, SNL 9214
Date:
Last updated on 24-May-05 (Champions' League Final day)

Constructor & Destructor Documentation

Amesos_Status::Amesos_Status (  )  [inline]

Default constructor.

Amesos_Status::~Amesos_Status (  )  [inline]

Default destructor.


Member Function Documentation

void Amesos_Status::SetStatusParameters ( const Teuchos::ParameterList &  ParameterList  ) 


Member Data Documentation

If true, computes the true residual in Solve().

If true, prints the norms of X and B in Solve().

Sets the level of debug_ output.

If true, NumericFactorization() has been successfully called.

If true, SymbolicFactorization() has been successfully called.

Number of numeric factorization phases.

Number of solves.

Number of symbolic factorization phases.

If true, print additional information in the destructor.

If true, prints timing information in the destructor.

Toggles the output level.


The documentation for this class was generated from the following file: