Belos Package Browser (Single Doxygen Collection)
Development
|
PseudoBlockGmresIterInitFailure is thrown when the PseudoBlockGmresIter object is unable to generate an initial iterate in the PseudoBlockGmresIter::initialize() routine. More...
#include <BelosPseudoBlockGmresIter.hpp>
Public Member Functions | |
PseudoBlockGmresIterInitFailure (const std::string &what_arg) | |
Public Member Functions inherited from Belos::BelosError | |
BelosError (const std::string &what_arg) | |
PseudoBlockGmresIterInitFailure is thrown when the PseudoBlockGmresIter object is unable to generate an initial iterate in the PseudoBlockGmresIter::initialize() routine.
This std::exception is thrown from the PseudoBlockGmresIter::initialize() method, which is called by the user or from the PseudoBlockGmresIter::iterate() method if isInitialized() == false
.
In the case that this std::exception is thrown, PseudoBlockGmresIter::isInitialized() will be false
and the user will need to provide a new initial iterate to the iteration.
Definition at line 137 of file BelosPseudoBlockGmresIter.hpp.
|
inline |
Definition at line 138 of file BelosPseudoBlockGmresIter.hpp.