Belos Package Browser (Single Doxygen Collection)
Development
|
This subclass of std::exception may be thrown from the MinresSolMgr::solve() method. More...
#include <BelosMinresSolMgr.hpp>
Public Member Functions | |
MinresSolMgrLinearProblemFailure (const std::string &what_arg) | |
Public Member Functions inherited from Belos::BelosError | |
BelosError (const std::string &what_arg) | |
This subclass of std::exception may be thrown from the MinresSolMgr::solve() method.
Thrown when solve() called and problem not set up.
MinresSolMgrLinearProblemFailure is thrown when the linear problem has not been set up (e.g., setProblem() was not called; or the constructor was not provided with a linear problem to solve), but solve() was called anyway; or when the linear problem cannot be solved by MINRES (e.g., if there is more than one right-hand side).
Definition at line 89 of file BelosMinresSolMgr.hpp.
|
inline |
Definition at line 91 of file BelosMinresSolMgr.hpp.