ML solver class.
This class warps the Trilinos ML package
|
std::string | currentParams () const |
| Returns current parameters.
|
|
Epetra_Operator * | getPrecOperator () const |
| Returns pointer to preconditioner operator. More...
|
|
void | getSolution (gsVector< real_t > &sol, const int rank=0) const |
| Returns solution vector.
|
|
| MLSolver (const SparseMatrix &A, const int solver=MLSolvers::SA) |
| Constructor. More...
|
|
int | numIterations () const |
| Returns number of iterations.
|
|
void | set (const std::string &name, const int &value) |
| Sets parameters. More...
|
|
void | set (const std::string &name, const bool &value) |
| Sets bool parameters.
|
|
void | set (const std::string &name, const double &value) |
| Sets double parameters.
|
|
void | set (const std::string &name, const std::string &value) |
| Sets string parameters.
|
|
void | set (const int &option, const int &value) |
| Sets options/parameters for AztecOO solver. More...
|
|
void | setOptions (const gsOptionList &opt) |
| Set parameters from option list. More...
|
|
const Vector & | solve (const Vector &b) |
| Solves problem for the given a right-hand side vector.
|
|
std::string | status () const |
| Returns status and timing of the solver. More...
|
|
std::string | timing () const |
| Returns timing of the solver.
|
|
std::string | validParams () const |
| Returns information about parameters. More...
|
|
| ~MLSolver () |
| Destructor.
|
|