|
Belos Package Browser (Single Doxygen Collection)
Development
|
MinresIterationInitFailure is thrown when the MinresIteration object is unable to generate an initial iterate in the MinresIteration::initialize() routine. More...
#include <BelosMinresIteration.hpp>

Public Member Functions | |
| MinresIterationInitFailure (const std::string &what_arg) | |
Public Member Functions inherited from Belos::BelosError | |
| BelosError (const std::string &what_arg) | |
MinresIterationInitFailure is thrown when the MinresIteration object is unable to generate an initial iterate in the MinresIteration::initialize() routine.
This std::exception is thrown from the MinresIteration::initialize() method, which is called by the user or from the MinresIteration::iterate() method if isInitialized() == false.
In the case that this std::exception is thrown, MinresIteration::isInitialized() will be false and the user will need to provide a new initial iterate to the iteration.
Definition at line 106 of file BelosMinresIteration.hpp.
|
inline |
Definition at line 107 of file BelosMinresIteration.hpp.
1.8.5