|
Belos
Version of the Day
|
PCPGIterInitFailure is thrown when the PCPGIter object is unable to generate an initial iterate in the PCPGIter::initialize() routine. More...
#include <BelosPCPGIter.hpp>

Public Member Functions | |
| PCPGIterInitFailure (const std::string &what_arg) | |
PCPGIterInitFailure is thrown when the PCPGIter object is unable to generate an initial iterate in the PCPGIter::initialize() routine.
This std::exception is thrown from the PCPGIter::initialize() method, which is called by the user or from the PCPGIter::iterate() method if isInitialized() == false.
In the case that this std::exception is thrown, PCPGIter::isInitialized() will be false and the user will need to provide a new initial iterate to the iteration.
Definition at line 147 of file BelosPCPGIter.hpp.
| Belos::PCPGIterInitFailure::PCPGIterInitFailure | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 148 of file BelosPCPGIter.hpp.
1.7.6.1