Belos  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
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:
Inheritance graph
[legend]

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

Constructor & Destructor Documentation

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

Definition at line 91 of file BelosMinresSolMgr.hpp.


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

Generated on Thu Mar 28 2024 09:27:42 for Belos by doxygen 1.8.5