Go to the source code of this file.
|
int | PerformOneSolveAndTest (const char *AmesosClass, int EpetraMatrixType, const Epetra_Comm &Comm, bool transpose, bool verbose, Teuchos::ParameterList ParamList, Epetra_CrsMatrix *&InMat, int Levels, const double Rcond, double &relerror, double &relresidual, int ExpectedError) |
|
Value:{ { int epetra_err = a; \
if (epetra_err != 0) { std::cerr << "Amesos ERROR " << epetra_err << ", " \
<< __FILE__ << ", line " << __LINE__ << std::endl; \
relerror = 1.3e15; relresidual=1e15; return(1);} }\
}
Definition at line 5 of file PerformOneSolveAndTest.cpp.
int PerformOneSolveAndTest |
( |
const char * |
AmesosClass, |
|
|
int |
EpetraMatrixType, |
|
|
const Epetra_Comm & |
Comm, |
|
|
bool |
transpose, |
|
|
bool |
verbose, |
|
|
Teuchos::ParameterList |
ParamList, |
|
|
Epetra_CrsMatrix *& |
InMat, |
|
|
int |
Levels, |
|
|
const double |
Rcond, |
|
|
double & |
relerror, |
|
|
double & |
relresidual, |
|
|
int |
ExpectedError |
|
) |
| |