Belos  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Belos::MinresIterationInitFailure Class Reference

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

#include <BelosMinresIteration.hpp>

Inheritance diagram for Belos::MinresIterationInitFailure:
Inheritance graph
[legend]

Public Member Functions

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

Detailed Description

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.

Constructor & Destructor Documentation

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

Definition at line 107 of file BelosMinresIteration.hpp.


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

Generated on Thu Mar 28 2024 09:27:42 for Belos by doxygen 1.8.5