Epetra Package Browser (Single Doxygen Collection)
Development
|
#include "Epetra_CrsGraph.h"
#include "Epetra_Map.h"
#include "Epetra_MpiComm.h"
#include <mpi.h>
#include "../../test/epetra_test_err.h"
#include "Epetra_Version.h"
Go to the source code of this file.
Functions | |
int | check (Epetra_CrsGraph &A, int NumMyRows1, int NumGlobalRows1, int NumMyNonzeros1, int NumGlobalNonzeros1, int *MyGlobalElements, bool verbose) |
int | checkSharedOwnership (Epetra_Comm &Comm, bool verbose) |
int | checkCopyAndAssignment (Epetra_Comm &Comm, bool verbose) |
int | main (int argc, char *argv[]) |
int check | ( | Epetra_CrsGraph & | A, |
int | NumMyRows1, | ||
int | NumGlobalRows1, | ||
int | NumMyNonzeros1, | ||
int | NumGlobalNonzeros1, | ||
int * | MyGlobalElements, | ||
bool | verbose | ||
) |
Definition at line 569 of file example/my_example/cxx_main.cpp.
int checkSharedOwnership | ( | Epetra_Comm & | Comm, |
bool | verbose | ||
) |
Definition at line 388 of file example/my_example/cxx_main.cpp.
int checkCopyAndAssignment | ( | Epetra_Comm & | Comm, |
bool | verbose | ||
) |
Definition at line 521 of file example/my_example/cxx_main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 74 of file example/my_example/cxx_main.cpp.