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

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

#include <BelosBlockGCRODRIter.hpp>

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

Public Member Functions

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

Detailed Description

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

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

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

Definition at line 146 of file BelosBlockGCRODRIter.hpp.

Constructor & Destructor Documentation

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

Definition at line 148 of file BelosBlockGCRODRIter.hpp.


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

Generated on Thu Apr 18 2024 09:24:47 for Belos by doxygen 1.8.5