|
Epetra Package Browser (Single Doxygen Collection)
Development
|
#include "Epetra_Map.h"#include "Epetra_LocalMap.h"#include "Epetra_Time.h"#include "Epetra_CrsMatrix.h"#include "Epetra_VbrMatrix.h"#include "Epetra_Vector.h"#include "Epetra_Flops.h"#include "Epetra_MpiComm.h"#include "mpi.h"#include "../epetra_test_err.h"#include "Epetra_IntVector.h"#include "Epetra_Version.h"#include "Epetra_RowMatrixTransposer.h"
Go to the source code of this file.
Functions | |
| int | checkResults (Epetra_RowMatrix *A, Epetra_CrsMatrix *transA, Epetra_MultiVector *xexact, bool verbose) |
| void | GenerateCrsProblem (int nx, int ny, int npoints, int *xoff, int *yoff, int nrhs, const Epetra_Comm &comm, Epetra_Map *&map, Epetra_CrsMatrix *&A, Epetra_MultiVector *&x, Epetra_MultiVector *&b, Epetra_MultiVector *&xexact) |
| void | GenerateVbrProblem (int nx, int ny, int npoints, int *xoff, int *yoff, int nsizes, int *sizes, int nrhs, const Epetra_Comm &comm, Epetra_BlockMap *&map, Epetra_VbrMatrix *&A, Epetra_MultiVector *&x, Epetra_MultiVector *&b, Epetra_MultiVector *&xexact) |
| int | main (int argc, char *argv[]) |
| int checkResults | ( | Epetra_RowMatrix * | A, |
| Epetra_CrsMatrix * | transA, | ||
| Epetra_MultiVector * | xexact, | ||
| bool | verbose | ||
| ) |
Definition at line 254 of file test/RowMatrixTransposer/cxx_main.cpp.
| void GenerateCrsProblem | ( | int | nx, |
| int | ny, | ||
| int | npoints, | ||
| int * | xoff, | ||
| int * | yoff, | ||
| int | nrhs, | ||
| const Epetra_Comm & | comm, | ||
| Epetra_Map *& | map, | ||
| Epetra_CrsMatrix *& | A, | ||
| Epetra_MultiVector *& | x, | ||
| Epetra_MultiVector *& | b, | ||
| Epetra_MultiVector *& | xexact | ||
| ) |
Definition at line 300 of file test/RowMatrixTransposer/cxx_main.cpp.
| void GenerateVbrProblem | ( | int | nx, |
| int | ny, | ||
| int | npoints, | ||
| int * | xoff, | ||
| int * | yoff, | ||
| int | nsizes, | ||
| int * | sizes, | ||
| int | nrhs, | ||
| const Epetra_Comm & | comm, | ||
| Epetra_BlockMap *& | map, | ||
| Epetra_VbrMatrix *& | A, | ||
| Epetra_MultiVector *& | x, | ||
| Epetra_MultiVector *& | b, | ||
| Epetra_MultiVector *& | xexact | ||
| ) |
Definition at line 365 of file test/RowMatrixTransposer/cxx_main.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 85 of file test/RowMatrixTransposer/cxx_main.cpp.
1.8.5