Amesos Package Browser (Single Doxygen Collection)
Development
|
#include "Amesos_ConfigDefs.h"
#include "Epetra_SerialComm.h"
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "Epetra_Time.h"
#include "Amesos.h"
#include "Amesos_BaseSolver.h"
#include "Amesos_TestRowMatrix.h"
#include "Teuchos_ParameterList.hpp"
#include "Galeri_Maps.h"
#include "Galeri_CrsMatrices.h"
Go to the source code of this file.
Functions | |
bool | TestTiming (const Amesos_BaseSolver *Solver, const Epetra_Comm &Comm) |
bool | CheckError (const std::string SolverType, const std::string Descriptor, const Epetra_RowMatrix &A, const Epetra_MultiVector &x, const Epetra_MultiVector &b, const Epetra_MultiVector &x_exact) |
bool | Test (char *SolverType, Epetra_RowMatrix &A, Epetra_MultiVector &x_A, Epetra_MultiVector &b_A, Epetra_MultiVector &x_exactA, Epetra_RowMatrix &B, Epetra_MultiVector &x_B, Epetra_MultiVector &b_B, Epetra_MultiVector &x_exactB, Epetra_RowMatrix &C, Epetra_MultiVector &x_C, Epetra_MultiVector &b_C, Epetra_MultiVector &x_exactC) |
int | SubMain (Epetra_Comm &Comm) |
int | main (int argc, char *argv[]) |
bool TestTiming | ( | const Amesos_BaseSolver * | Solver, |
const Epetra_Comm & | Comm | ||
) |
Definition at line 34 of file Test_Detailed/cxx_main.cpp.
bool CheckError | ( | const std::string | SolverType, |
const std::string | Descriptor, | ||
const Epetra_RowMatrix & | A, | ||
const Epetra_MultiVector & | x, | ||
const Epetra_MultiVector & | b, | ||
const Epetra_MultiVector & | x_exact | ||
) |
Definition at line 91 of file Test_Detailed/cxx_main.cpp.
bool Test | ( | char * | SolverType, |
Epetra_RowMatrix & | A, | ||
Epetra_MultiVector & | x_A, | ||
Epetra_MultiVector & | b_A, | ||
Epetra_MultiVector & | x_exactA, | ||
Epetra_RowMatrix & | B, | ||
Epetra_MultiVector & | x_B, | ||
Epetra_MultiVector & | b_B, | ||
Epetra_MultiVector & | x_exactB, | ||
Epetra_RowMatrix & | C, | ||
Epetra_MultiVector & | x_C, | ||
Epetra_MultiVector & | b_C, | ||
Epetra_MultiVector & | x_exactC | ||
) |
Definition at line 136 of file Test_Detailed/cxx_main.cpp.
int SubMain | ( | Epetra_Comm & | Comm | ) |
Definition at line 354 of file Test_Detailed/cxx_main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 458 of file Test_Detailed/cxx_main.cpp.