Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
BelosFixedPointIteration.hpp File Reference

Pure virtual base class which augments the basic interface for a fixed point linear solver iteration. More...

#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosIteration.hpp"
Include dependency graph for BelosFixedPointIteration.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Belos::FixedPointIterationState< ScalarType, MV >
 Structure to contain pointers to FixedPointIteration state variables. More...
 
class  Belos::FixedPointIterationInitFailure
 FixedPointIterationInitFailure is thrown when the FixedPointIteration object is unable to generate an initial iterate in the FixedPointIteration::initialize() routine. More...
 
class  Belos::FixedPointIterateFailure
 FixedPointIterateFailure is thrown when the FixedPointIteration object is unable to compute the next iterate in the FixedPointIteration::iterate() routine. More...
 
class  Belos::FixedPointIterationOrthoFailure
 FixedPointIterationOrthoFailure is thrown when the FixedPointIteration object is unable to compute independent direction vectors in the FixedPointIteration::iterate() routine. More...
 
class  Belos::FixedPointIterationLAPACKFailure
 FixedPointIterationLAPACKFailure is thrown when a nonzero return value is passed back from an LAPACK routine. More...
 
class  Belos::FixedPointIteration< ScalarType, MV, OP >
 

Namespaces

 Belos
 

Detailed Description

Pure virtual base class which augments the basic interface for a fixed point linear solver iteration.

Definition in file BelosFixedPointIteration.hpp.