|
Stratimikos Package Browser (Single Doxygen Collection) Version of the Day
|
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 |
Definition at line 49 of file test_amesos_thyra_driver.cpp.
|
inline |
Definition at line 50 of file test_amesos_thyra_driver.cpp.
|
inline |
Definition at line 50 of file test_aztecoo_thyra_driver.cpp.
| std::string MatrixTestPacket::matrixFile |
Definition at line 52 of file test_amesos_thyra_driver.cpp.
| bool MatrixTestPacket::unsymmetric |
Definition at line 53 of file test_amesos_thyra_driver.cpp.
| double MatrixTestPacket::maxFwdError |
Definition at line 54 of file test_amesos_thyra_driver.cpp.
| double MatrixTestPacket::maxError |
Definition at line 55 of file test_amesos_thyra_driver.cpp.
| double MatrixTestPacket::maxResid |
Definition at line 56 of file test_amesos_thyra_driver.cpp.
| int MatrixTestPacket::maxIters |
Definition at line 75 of file test_aztecoo_thyra_driver.cpp.
| double MatrixTestPacket::maxSolutionError |
Definition at line 77 of file test_aztecoo_thyra_driver.cpp.
| double MatrixTestPacket::maxSlackErrorFrac |
Definition at line 78 of file test_aztecoo_thyra_driver.cpp.
| int MatrixTestPacket::maxPrecIters |
Definition at line 79 of file test_aztecoo_thyra_driver.cpp.
| double MatrixTestPacket::maxPrecResid |
Definition at line 80 of file test_aztecoo_thyra_driver.cpp.
| double MatrixTestPacket::maxPrecSolutionError |
Definition at line 81 of file test_aztecoo_thyra_driver.cpp.
| double MatrixTestPacket::maxPrecSlackErrorFrac |
Definition at line 82 of file test_aztecoo_thyra_driver.cpp.