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

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

#include <BelosPseudoBlockTFQMRIter.hpp>

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

Public Member Functions

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

Detailed Description

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

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

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

Definition at line 129 of file BelosPseudoBlockTFQMRIter.hpp.

Constructor & Destructor Documentation

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

Definition at line 130 of file BelosPseudoBlockTFQMRIter.hpp.


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

Generated on Fri Apr 19 2024 09:28:17 for Belos by doxygen 1.8.5