|
Epetra Package Browser (Single Doxygen Collection)
Development
|
#include "Epetra_BlockMap.h"#include "Epetra_Map.h"#include "Epetra_LocalMap.h"#include "Epetra_MultiVector.h"#include "BuildTestProblems.h"#include "../epetra_test_err.h"

Go to the source code of this file.
Functions | |
| int | MatrixTests (const Epetra_BlockMap &map, const Epetra_LocalMap &LocalMap, int NumVectors, bool verbose) |
| int | MultiVectorTests (const Epetra_BlockMap &Map, int NumVectors, bool verbose) |
| int | BadResidual (bool verbose, double *Residual, int NumVectors) |
| int | BadResidual1 (bool verbose, double *Residual, int NumVectors) |
| int MatrixTests | ( | const Epetra_BlockMap & | map, |
| const Epetra_LocalMap & | LocalMap, | ||
| int | NumVectors, | ||
| bool | verbose | ||
| ) |
Definition at line 51 of file MultiVector/ExecuteTestProblems.cpp.
| int MultiVectorTests | ( | const Epetra_BlockMap & | Map, |
| int | NumVectors, | ||
| bool | verbose | ||
| ) |
Definition at line 51 of file FEVector/ExecuteTestProblems.cpp.
| int BadResidual | ( | bool | verbose, |
| double * | Residual, | ||
| int | NumVectors | ||
| ) |
Definition at line 880 of file MultiVector/ExecuteTestProblems.cpp.
| int BadResidual1 | ( | bool | verbose, |
| double * | Residual, | ||
| int | NumVectors | ||
| ) |
Definition at line 897 of file MultiVector/ExecuteTestProblems.cpp.
1.8.5