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::TFQMRIterInitFailure Class Reference

TFQMRIterInitFailure is thrown when the TFQMRIter object is unable to generate an initial iterate in the TFQMRIter::initialize() routine. More...

#include <BelosTFQMRIter.hpp>

Inheritance diagram for Belos::TFQMRIterInitFailure:
Inheritance graph
[legend]

Public Member Functions

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

Detailed Description

TFQMRIterInitFailure is thrown when the TFQMRIter object is unable to generate an initial iterate in the TFQMRIter::initialize() routine.

This std::exception is thrown from the TFQMRIter::initialize() method, which is called by the user or from the TFQMRIter::iterate() method if isInitialized() == false.

In the case that this std::exception is thrown, TFQMRIter::isInitialized() will be false and the user will need to provide a new initial iterate to the iteration.

Definition at line 125 of file BelosTFQMRIter.hpp.

Constructor & Destructor Documentation

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

Definition at line 126 of file BelosTFQMRIter.hpp.


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

Generated on Thu Apr 18 2024 09:27:55 for Belos by doxygen 1.8.5