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

Public Member Functions | |
| BlockCGSolMgrLinearProblemFailure (const std::string &what_arg) | |
BlockCGSolMgrLinearProblemFailure 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 BlockCGSolMgr::solve() method.
Definition at line 99 of file BelosBlockCGSolMgr.hpp.
| Belos::BlockCGSolMgrLinearProblemFailure::BlockCGSolMgrLinearProblemFailure | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 100 of file BelosBlockCGSolMgr.hpp.
1.7.6.1