|
Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include "Teuchos_ParameterList.hpp"#include "Teuchos_RefCountPtr.hpp"#include "Epetra_Comm.h"#include "Epetra_LinearProblem.h"

Go to the source code of this file.
Functions | |
| Teuchos::RCP < Epetra_LinearProblem > | build_problem_mm (Teuchos::ParameterList &test_params, const Epetra_CrsMatrix *A, Epetra_MultiVector *b) |
| Teuchos::RCP < Epetra_LinearProblem > | build_problem (Teuchos::ParameterList &test_params, const Epetra_Comm &comm) |
| Teuchos::RCP<Epetra_LinearProblem> build_problem_mm | ( | Teuchos::ParameterList & | test_params, |
| const Epetra_CrsMatrix * | A, | ||
| Epetra_MultiVector * | b | ||
| ) |
| Teuchos::RCP< Epetra_LinearProblem > build_problem | ( | Teuchos::ParameterList & | test_params, |
| const Epetra_Comm & | comm | ||
| ) |
Definition at line 84 of file build_problem.cpp.
1.8.5