Belos Version of the Day
Loading...
Searching...
No Matches
Belos::GmresIterationInitFailure Class Reference

GmresIterationInitFailure is thrown when the GmresIteration object is unable to generate an initial iterate in the GmresIteration::initialize() routine. More...

#include <BelosGmresIteration.hpp>

Inheritance diagram for Belos::GmresIterationInitFailure:

Public Member Functions

 GmresIterationInitFailure (const std::string &what_arg)
Public Member Functions inherited from Belos::BelosError
 BelosError (const std::string &what_arg)

Detailed Description

GmresIterationInitFailure is thrown when the GmresIteration object is unable to generate an initial iterate in the GmresIteration::initialize() routine.

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 81 of file BelosGmresIteration.hpp.

Constructor & Destructor Documentation

◆ GmresIterationInitFailure()

Belos::GmresIterationInitFailure::GmresIterationInitFailure ( const std::string & what_arg)
inline

Definition at line 82 of file BelosGmresIteration.hpp.


The documentation for this class was generated from the following file:

Generated on for Belos by doxygen 1.15.0