Epetra Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Functions
cxx_main.cpp File Reference
#include "Epetra_CrsGraph.h"
#include "Epetra_Map.h"
#include "Epetra_MpiComm.h"
#include <mpi.h>
#include "../epetra_test_err.h"
#include "Epetra_Version.h"
Include dependency graph for test/CrsGraph_LL/cxx_main.cpp:

Go to the source code of this file.

Functions

int check (Epetra_CrsGraph &A, int NumMyRows1, long long NumGlobalRows1, int NumMyNonzeros1, long long NumGlobalNonzeros1, long long *MyGlobalElements, bool verbose)
 
int checkSharedOwnership (Epetra_Comm &Comm, bool verbose)
 
int checkCopyAndAssignment (Epetra_Comm &Comm, bool verbose)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ check()

int check ( Epetra_CrsGraph & A,
int NumMyRows1,
long long NumGlobalRows1,
int NumMyNonzeros1,
long long NumGlobalNonzeros1,
long long * MyGlobalElements,
bool verbose )

Definition at line 593 of file test/CrsGraph_LL/cxx_main.cpp.

◆ checkSharedOwnership()

int checkSharedOwnership ( Epetra_Comm & Comm,
bool verbose )

Definition at line 401 of file test/CrsGraph_LL/cxx_main.cpp.

◆ checkCopyAndAssignment()

int checkCopyAndAssignment ( Epetra_Comm & Comm,
bool verbose )

Definition at line 545 of file test/CrsGraph_LL/cxx_main.cpp.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 62 of file test/CrsGraph_LL/cxx_main.cpp.