Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros 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. 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_
 

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)

Definition at line 20 of file Amesos_Status.h.

Constructor & Destructor Documentation

Amesos_Status::Amesos_Status ( )
inline

Default constructor.

Definition at line 24 of file Amesos_Status.h.

Amesos_Status::~Amesos_Status ( )
inline

Default destructor.

Definition at line 43 of file Amesos_Status.h.

Member Function Documentation

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

Definition at line 30 of file Amesos_Status.cpp.

Member Data Documentation

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.


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