Go to the source code of this file.
|
void | GenerateCrsProblem (int numNodesX, int numNodesY, int numProcsX, int numProcsY, int numPoints, int *xoff, int *yoff, const Epetra_Comm &comm, Epetra_Map *&map, Epetra_CrsMatrix *&A, Epetra_Vector *&b, Epetra_Vector *&bt, Epetra_Vector *&xexact, bool StaticProfile, bool MakeLocalOnly) |
|
void | GenerateCrsProblem (int numNodesX, int numNodesY, int numProcsX, int numProcsY, int numPoints, int *xoff, int *yoff, int nrhs, const Epetra_Comm &comm, Epetra_Map *&map, Epetra_CrsMatrix *&A, Epetra_MultiVector *&b, Epetra_MultiVector *&bt, Epetra_MultiVector *&xexact, bool StaticProfile, bool MakeLocalOnly) |
|
void | GenerateMyGlobalElements (int numNodesX, int numNodesY, int numProcsX, int numProcs, int myPID, int *&myGlobalElements) |
|
void | runMatrixTests (Epetra_CrsMatrix *A, Epetra_MultiVector *b, Epetra_MultiVector *bt, Epetra_MultiVector *xexact, bool StaticProfile) |
|
int | main (int argc, char *argv[]) |
|
◆ GenerateCrsProblem() [1/2]
void GenerateCrsProblem |
( |
int | numNodesX, |
|
|
int | numNodesY, |
|
|
int | numProcsX, |
|
|
int | numProcsY, |
|
|
int | numPoints, |
|
|
int * | xoff, |
|
|
int * | yoff, |
|
|
const Epetra_Comm & | comm, |
|
|
Epetra_Map *& | map, |
|
|
Epetra_CrsMatrix *& | A, |
|
|
Epetra_Vector *& | b, |
|
|
Epetra_Vector *& | bt, |
|
|
Epetra_Vector *& | xexact, |
|
|
bool | StaticProfile, |
|
|
bool | MakeLocalOnly ) |
◆ GenerateCrsProblem() [2/2]
void GenerateCrsProblem |
( |
int | numNodesX, |
|
|
int | numNodesY, |
|
|
int | numProcsX, |
|
|
int | numProcsY, |
|
|
int | numPoints, |
|
|
int * | xoff, |
|
|
int * | yoff, |
|
|
int | nrhs, |
|
|
const Epetra_Comm & | comm, |
|
|
Epetra_Map *& | map, |
|
|
Epetra_CrsMatrix *& | A, |
|
|
Epetra_MultiVector *& | b, |
|
|
Epetra_MultiVector *& | bt, |
|
|
Epetra_MultiVector *& | xexact, |
|
|
bool | StaticProfile, |
|
|
bool | MakeLocalOnly ) |
◆ GenerateMyGlobalElements()
void GenerateMyGlobalElements |
( |
int | numNodesX, |
|
|
int | numNodesY, |
|
|
int | numProcsX, |
|
|
int | numProcs, |
|
|
int | myPID, |
|
|
int *& | myGlobalElements ) |
◆ runMatrixTests()
◆ main()
int main |
( |
int | argc, |
|
|
char * | argv[] ) |