Amesos Package Browser (Single Doxygen Collection)
Development
example
simpleStratimikosSolve.hpp
Go to the documentation of this file.
1
2
#include "Epetra_CrsMatrix.h"
3
#include "Epetra_MultiVector.h"
4
#include "
Teuchos_ParameterList.hpp
"
5
6
int
simpleStratimikosSolve
(
7
Epetra_CrsMatrix
const
& epetra_A,
// non-persisting, non-changeable
8
Epetra_MultiVector
const
& epetra_B,
// non-persisting, non-changeable
9
Epetra_MultiVector * epetra_X,
// non-persisting, changeable
10
Teuchos::ParameterList
* paramList
// non-persisting, changeable
11
) ;
simpleStratimikosSolve
int simpleStratimikosSolve(Epetra_CrsMatrix const &epetra_A, Epetra_MultiVector const &epetra_B, Epetra_MultiVector *epetra_X, Teuchos::ParameterList *paramList)
Definition:
simpleStratimikosSolve.cpp:21
Teuchos_ParameterList.hpp
Teuchos::ParameterList
Generated by
1.8.14