#include "Teuchos_RefCountPtr.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_Time.hpp"
#include "Epetra_LinearProblem.h"
#include "Epetra_Map.h"
#include "Epetra_Comm.h"
#include "AztecOO.h"
#include "Ifpack.h"
#include "ParameterHelper.hpp"
Go to the source code of this file.
|
Teuchos::RCP< AztecOO > | build_solver (Teuchos::ParameterList &test_params, Teuchos::RCP< Epetra_LinearProblem > problem) |
|
◆ _build_solver_hpp_
#define _build_solver_hpp_ |
◆ build_solver()
Teuchos::RCP<AztecOO> build_solver |
( |
Teuchos::ParameterList & |
test_params, |
|
|
Teuchos::RCP< Epetra_LinearProblem > |
problem |
|
) |
| |