Amesos Package Browser (Single Doxygen Collection)
Development
|
#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.
Macros | |
#define | OUR_CHK_ERR(a) |
Functions | |
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) |
Variables | |
const int | MaxNumSteps = 7 |
#define OUR_CHK_ERR | ( | a | ) |
Definition at line 4 of file PartialFactorization.cpp.
int PartialFactorizationOneStep | ( | const char * | AmesosClass, |
const Epetra_Comm & | Comm, | ||
bool | transpose, | ||
bool | verbose, | ||
Teuchos::ParameterList | ParamList, | ||
Epetra_CrsMatrix *& | Amat, | ||
double | Rcond, | ||
int | Steps | ||
) |
Definition at line 26 of file PartialFactorization.cpp.
int PartialFactorization | ( | const char * | AmesosClass, |
const Epetra_Comm & | Comm, | ||
bool | transpose, | ||
bool | verbose, | ||
Teuchos::ParameterList | ParamList, | ||
Epetra_CrsMatrix *& | Amat, | ||
double | Rcond | ||
) |
Definition at line 156 of file PartialFactorization.cpp.
const int MaxNumSteps = 7 |
Definition at line 24 of file PartialFactorization.cpp.