Go to the source code of this file.
|
int | PartialFactorizationOneStep (const char *AmesosClass, const Epetra_Comm &Comm, bool transpose, bool verbose, Teuchos::ParameterList ParamList, Epetra_CrsMatrix *&Amat, double Rcond, int Steps) |
|
int | PartialFactorization (const char *AmesosClass, const Epetra_Comm &Comm, bool transpose, bool verbose, Teuchos::ParameterList ParamList, Epetra_CrsMatrix *&Amat, double Rcond) |
|
◆ OUR_CHK_ERR
Value:{ { int epetra_err = a; \
if (epetra_err != 0) { std::cerr << "Amesos ERROR " << epetra_err << ", " \
<< __FILE__ << ", line " << __LINE__ << std::endl; \
relresidual=1e15; return(1);} }\
}
Definition at line 4 of file PartialFactorization.cpp.
◆ PartialFactorizationOneStep()
◆ PartialFactorization()
◆ MaxNumSteps
const int MaxNumSteps = 7 |