Amesos Package Browser (Single Doxygen Collection)
Development
|
#include "Epetra_Comm.h"
Go to the source code of this file.
Enumerations | |
enum | SparseSolverType { DSCPACK, UMFPACK, SCALAPACK, MUMPS, TAUCS, PARDISO, PARAKLETE, KLU, LAPACK, SUPERLUDIST, SUPERLU } |
enum | AMESOS_MatrixType { AMESOS_Serial, AMESOS_Distributed } |
Functions | |
int | Amesos_TestSolver (Epetra_Comm &Comm, char *matrix_file, SparseSolverType SparseSolver, bool tranpose, int special, AMESOS_MatrixType MatrixType) |
int | Amesos_TestMultiSolver (Epetra_Comm &Comm, char *matrix_file, int numsolves, SparseSolverType SparseSolver, bool tranpose, int special, AMESOS_MatrixType MatrixType) |
int | Amesos_TestMrhsSolver (Epetra_Comm &Comm, char *matrix_file, int numsolves, SparseSolverType SparseSolver, bool tranpose, int special, AMESOS_MatrixType MatrixType) |
enum SparseSolverType |
Enumerator | |
---|---|
DSCPACK | |
UMFPACK | |
SCALAPACK | |
MUMPS | |
TAUCS | |
PARDISO | |
PARAKLETE | |
KLU | |
LAPACK | |
SUPERLUDIST | |
SUPERLU |
Definition at line 32 of file Amesos_TestSolver.h.
enum AMESOS_MatrixType |
Enumerator | |
---|---|
AMESOS_Serial | |
AMESOS_Distributed |
Definition at line 35 of file Amesos_TestSolver.h.
int Amesos_TestSolver | ( | Epetra_Comm & | Comm, |
char * | matrix_file, | ||
SparseSolverType | SparseSolver, | ||
bool | tranpose, | ||
int | special, | ||
AMESOS_MatrixType | MatrixType | ||
) |
Definition at line 119 of file Amesos_TestSolver.cpp.
int Amesos_TestMultiSolver | ( | Epetra_Comm & | Comm, |
char * | matrix_file, | ||
int | numsolves, | ||
SparseSolverType | SparseSolver, | ||
bool | tranpose, | ||
int | special, | ||
AMESOS_MatrixType | MatrixType | ||
) |
Definition at line 112 of file Amesos_TestMultiSolver.cpp.
int Amesos_TestMrhsSolver | ( | Epetra_Comm & | Comm, |
char * | matrix_file, | ||
int | numsolves, | ||
SparseSolverType | SparseSolver, | ||
bool | tranpose, | ||
int | special, | ||
AMESOS_MatrixType | MatrixType | ||
) |
Definition at line 114 of file Amesos_TestMrhsSolver.cpp.