#include <BelosGmresIteration.hpp>
Inheritance diagram for Belos::GmresIterationInitFailure:

Public Member Functions | |
| GmresIterationInitFailure (const std::string &what_arg) | |
This std::exception is thrown from the GmresIteration::initialize() method, which is called by the user or from the GmresIteration::iterate() method if isInitialized() == false.
In the case that this std::exception is thrown, GmresIteration::isInitialized() will be false and the user will need to provide a new initial iterate to the iteration.
Definition at line 100 of file BelosGmresIteration.hpp.
| Belos::GmresIterationInitFailure::GmresIterationInitFailure | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 101 of file BelosGmresIteration.hpp.
1.4.7