A class to solve mortar constraint problems. More...
#include <mrtr_solver.H>
Public Member Functions | |
| Solver (Epetra_Comm &comm, int outlevel) | |
| virtual | ~Solver () | 
| Destroys an instance of this class.  More... | |
| 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.  | |
| void | SetParameters (Teuchos::ParameterList *params) | 
| Set solver parameters.  | |
| void | SetSystem (Teuchos::RCP< Epetra_CrsMatrix > matrix, Teuchos::RCP< Epetra_Vector > x, Teuchos::RCP< Epetra_Vector > b) | 
| Set linear system.  | |
| bool | Solve (Teuchos::RCP< Teuchos::ParameterList > params, Teuchos::RCP< Epetra_CrsMatrix > matrix, Teuchos::RCP< Epetra_Vector > x, Teuchos::RCP< Epetra_Vector > b, MOERTEL::Manager &manager) | 
| Solve system.  | |
A class to solve mortar constraint problems.
The solver interface to Amesos, ML and Aztec
      
  | 
  virtual | 
Destroys an instance of this class.
Destructor
 1.8.5