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

Public Member Functions | |
| GmresPolySolMgrLinearProblemFailure (const std::string &what_arg) | |
GmresPolySolMgrLinearProblemFailure 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 GmresPolySolMgr::solve() method.
Definition at line 86 of file BelosGmresPolySolMgr.hpp.
| Belos::GmresPolySolMgrLinearProblemFailure::GmresPolySolMgrLinearProblemFailure | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 87 of file BelosGmresPolySolMgr.hpp.
1.7.6.1