#include <AnasaziBlockKrylovSchurSolMgr.hpp>
Inheritance diagram for Anasazi::BlockKrylovSchurSolMgr< ScalarType, MV, OP >:

Public Member Functions | |
Constructors/Destructor | |
| BlockKrylovSchurSolMgr (const Teuchos::RefCountPtr< Eigenproblem< ScalarType, MV, OP > > &problem, Teuchos::ParameterList &pl) | |
| Basic constructor for BlockKrylovSchurSolMgr. | |
| virtual | ~BlockKrylovSchurSolMgr () |
| Destructor. | |
Accessor methods | |
| std::vector< Value< ScalarType > > | getRitzValues () const |
| Return the Ritz values from the most recent solve. | |
| Teuchos::Array< Teuchos::RefCountPtr< Teuchos::Time > > | getTimers () const |
| Return the timers for this object. | |
Solver application methods | |
| ReturnType | solve () |
| This method performs possibly repeated calls to the underlying eigensolver's iterate() routine until the problem has been solved (as decided by the solver manager) or the solver manager decides to quit. | |
Definition at line 72 of file AnasaziBlockKrylovSchurSolMgr.hpp.
|
||||||||||||||||
|
Basic constructor for BlockKrylovSchurSolMgr. This constructor accepts the Eigenproblem to be solved in addition to a parameter list of options for the solver manager. These options include the following:
Definition at line 179 of file AnasaziBlockKrylovSchurSolMgr.hpp. |
|
|||||||||
|
Destructor.
Definition at line 105 of file AnasaziBlockKrylovSchurSolMgr.hpp. |
|
|||||||||
|
Return the Ritz values from the most recent solve.
Definition at line 117 of file AnasaziBlockKrylovSchurSolMgr.hpp. |
|
|||||||||
|
Return the timers for this object. The timers are ordered as follows:
Definition at line 128 of file AnasaziBlockKrylovSchurSolMgr.hpp. |
|
|||||||||
|
This method performs possibly repeated calls to the underlying eigensolver's iterate() routine until the problem has been solved (as decided by the solver manager) or the solver manager decides to quit. This method calls BlockKrylovSchur::iterate(), which will return either because a specially constructed status test evaluates to Passed or an exception is thrown. A return from BlockKrylovSchur::iterate() signifies one of the following scenarios:
Implements Anasazi::SolverManager< ScalarType, MV, OP >. Definition at line 276 of file AnasaziBlockKrylovSchurSolMgr.hpp. |
1.3.9.1