#include "Epetra_Comm.h"
#include "Teuchos_ParameterList.hpp"
#include "Amesos.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "Epetra_LinearProblem.h"
#include "PerformOneSolveAndTest.h"
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()
int PartialFactorizationOneStep |
( |
const char * | AmesosClass, |
|
|
const Epetra_Comm & | Comm, |
|
|
bool | transpose, |
|
|
bool | verbose, |
|
|
Teuchos::ParameterList | ParamList, |
|
|
Epetra_CrsMatrix *& | Amat, |
|
|
double | Rcond, |
|
|
int | Steps ) |
◆ PartialFactorization()
int PartialFactorization |
( |
const char * | AmesosClass, |
|
|
const Epetra_Comm & | Comm, |
|
|
bool | transpose, |
|
|
bool | verbose, |
|
|
Teuchos::ParameterList | ParamList, |
|
|
Epetra_CrsMatrix *& | Amat, |
|
|
double | Rcond ) |
◆ MaxNumSteps
const int MaxNumSteps = 7 |