Stratimikos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MatrixTestPacket Struct Reference

Public Member Functions

 MatrixTestPacket (std::string _matrixFile, bool _unsymmetric, double _maxFwdError, double _maxError, double _maxResid)
 
 MatrixTestPacket (std::string _matrixFile, double _maxFwdError, int _maxIters, double _maxResid, double _maxSolutionError, double _maxSlackErrorFrac, int _maxPrecIters, double _maxPrecResid, double _maxPrecSolutionError, double _maxPrecSlackErrorFrac)
 

Public Attributes

std::string matrixFile
 
bool unsymmetric
 
double maxFwdError
 
double maxError
 
double maxResid
 
int maxIters
 
double maxSolutionError
 
double maxSlackErrorFrac
 
int maxPrecIters
 
double maxPrecResid
 
double maxPrecSolutionError
 
double maxPrecSlackErrorFrac
 

Detailed Description

Definition at line 49 of file test_amesos_thyra_driver.cpp.

Constructor & Destructor Documentation

◆ MatrixTestPacket() [1/2]

MatrixTestPacket::MatrixTestPacket ( std::string _matrixFile,
bool _unsymmetric,
double _maxFwdError,
double _maxError,
double _maxResid )
inline

Definition at line 50 of file test_amesos_thyra_driver.cpp.

◆ MatrixTestPacket() [2/2]

MatrixTestPacket::MatrixTestPacket ( std::string _matrixFile,
double _maxFwdError,
int _maxIters,
double _maxResid,
double _maxSolutionError,
double _maxSlackErrorFrac,
int _maxPrecIters,
double _maxPrecResid,
double _maxPrecSolutionError,
double _maxPrecSlackErrorFrac )
inline

Definition at line 50 of file test_aztecoo_thyra_driver.cpp.

Member Data Documentation

◆ matrixFile

std::string MatrixTestPacket::matrixFile

Definition at line 52 of file test_amesos_thyra_driver.cpp.

◆ unsymmetric

bool MatrixTestPacket::unsymmetric

Definition at line 53 of file test_amesos_thyra_driver.cpp.

◆ maxFwdError

double MatrixTestPacket::maxFwdError

Definition at line 54 of file test_amesos_thyra_driver.cpp.

◆ maxError

double MatrixTestPacket::maxError

Definition at line 55 of file test_amesos_thyra_driver.cpp.

◆ maxResid

double MatrixTestPacket::maxResid

Definition at line 56 of file test_amesos_thyra_driver.cpp.

◆ maxIters

int MatrixTestPacket::maxIters

Definition at line 75 of file test_aztecoo_thyra_driver.cpp.

◆ maxSolutionError

double MatrixTestPacket::maxSolutionError

Definition at line 77 of file test_aztecoo_thyra_driver.cpp.

◆ maxSlackErrorFrac

double MatrixTestPacket::maxSlackErrorFrac

Definition at line 78 of file test_aztecoo_thyra_driver.cpp.

◆ maxPrecIters

int MatrixTestPacket::maxPrecIters

Definition at line 79 of file test_aztecoo_thyra_driver.cpp.

◆ maxPrecResid

double MatrixTestPacket::maxPrecResid

Definition at line 80 of file test_aztecoo_thyra_driver.cpp.

◆ maxPrecSolutionError

double MatrixTestPacket::maxPrecSolutionError

Definition at line 81 of file test_aztecoo_thyra_driver.cpp.

◆ maxPrecSlackErrorFrac

double MatrixTestPacket::maxPrecSlackErrorFrac

Definition at line 82 of file test_aztecoo_thyra_driver.cpp.


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