#include <AnasaziLOBPCGSolMgr.hpp>
Inheritance diagram for Anasazi::LOBPCGSolMgr< ScalarType, MV, OP >:

Public Member Functions | |
Constructors/Destructor | |
| LOBPCGSolMgr (const Teuchos::RefCountPtr< Eigenproblem< ScalarType, MV, OP > > &problem, Teuchos::ParameterList &pl) | |
| Basic constructor for LOBPCGSolMgr. | |
| virtual | ~LOBPCGSolMgr () |
| Destructor. | |
Accessor methods | |
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. | |
This solver manager exists to provide a flexible manager over the Anasazi::LOBPCG eigensolver intended for general use. Features provided by this solver manager include:
These options are all driven by a list of parameters handed to the solver manager at construction. For more information, see Anasazi::LOBPCGSolMgr::LOBPCGSolMgr().
Definition at line 84 of file AnasaziLOBPCGSolMgr.hpp.
|
||||||||||||||||
|
Basic constructor for LOBPCGSolMgr. 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 186 of file AnasaziLOBPCGSolMgr.hpp. |
|
|||||||||
|
Destructor.
Definition at line 121 of file AnasaziLOBPCGSolMgr.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 LOBPCG::iterate(), which will return either because a specially constructed status test evaluates to Passed or an exception is thrown. A return from LOBPCG::iterate() signifies one of the following scenarios:
Implements Anasazi::SolverManager< ScalarType, MV, OP >. Definition at line 280 of file AnasaziLOBPCGSolMgr.hpp. |
1.3.9.1