|
Belos
Version of the Day
|
PseudoBlockCGSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e. More...
#include <BelosPseudoBlockCGSolMgr.hpp>

Public Member Functions | |
| PseudoBlockCGSolMgrLinearProblemFailure (const std::string &what_arg) | |
PseudoBlockCGSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e.
setProblem() was not called) when solve() is called.
This std::exception is thrown from the PseudoBlockCGSolMgr::solve() method.
Definition at line 93 of file BelosPseudoBlockCGSolMgr.hpp.
| Belos::PseudoBlockCGSolMgrLinearProblemFailure::PseudoBlockCGSolMgrLinearProblemFailure | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 94 of file BelosPseudoBlockCGSolMgr.hpp.
1.7.6.1