Belos Version of the Day
Loading...
Searching...
No Matches
Belos::MinresSolMgrLinearProblemFailure Class Reference

This subclass of std::exception may be thrown from the MinresSolMgr::solve() method. More...

#include <BelosMinresSolMgr.hpp>

Inheritance diagram for Belos::MinresSolMgrLinearProblemFailure:

Public Member Functions

 MinresSolMgrLinearProblemFailure (const std::string &what_arg)
Public Member Functions inherited from Belos::BelosError
 BelosError (const std::string &what_arg)

Detailed Description

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 55 of file BelosMinresSolMgr.hpp.

Constructor & Destructor Documentation

◆ MinresSolMgrLinearProblemFailure()

Belos::MinresSolMgrLinearProblemFailure::MinresSolMgrLinearProblemFailure ( const std::string & what_arg)
inline

Definition at line 57 of file BelosMinresSolMgr.hpp.


The documentation for this class was generated from the following file:

Generated on for Belos by doxygen 1.15.0