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