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

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

#include <BelosGCRODRIter.hpp>

Inheritance diagram for Belos::GCRODRIterInitFailure:

Public Member Functions

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

Detailed Description

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

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

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

Definition at line 102 of file BelosGCRODRIter.hpp.

Constructor & Destructor Documentation

◆ GCRODRIterInitFailure()

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

Definition at line 104 of file BelosGCRODRIter.hpp.


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

Generated on for Belos by doxygen 1.15.0