Amesos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
Amesos_Status Class Reference

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

#include <Amesos_Status.h>

Inheritance diagram for Amesos_Status:
Inheritance graph
[legend]

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)

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