#include <mrtr_solver.H>
Public Member Functions | |
Constructors and destructors | |
| Solver (Epetra_Comm &comm, int outlevel) | |
| virtual | ~Solver () |
| Destroys an instance of this class. | |
Query methods | |
| Epetra_Comm & | Comm () const |
| Returns the Epetra_Comm object associated with this class. | |
| int | OutLevel () |
| Returns the Level of output (0 - 10) the user specified in the constructor. | |
Solution methods | |
| void | SetParameters (Teuchos::ParameterList *params) |
| Set solver parameters. | |
| void | SetSystem (RefCountPtr< Epetra_CrsMatrix > matrix, RefCountPtr< Epetra_Vector > x, RefCountPtr< Epetra_Vector > b) |
| Set linear system. | |
| bool | Solve (RefCountPtr< Teuchos::ParameterList > params, RefCountPtr< Epetra_CrsMatrix > matrix, RefCountPtr< Epetra_Vector > x, RefCountPtr< Epetra_Vector > b, MOERTEL::Manager &manager) |
| Solve system. | |
|
|
Destroys an instance of this class. Destructor |
1.3.9.1