Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
build_problem.hpp File Reference
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_RefCountPtr.hpp"
#include "Epetra_Comm.h"
#include "Epetra_LinearProblem.h"
Include dependency graph for build_problem.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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.