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 "../../test/epetra_test_err.h"
#include "Epetra_Version.h"
Include dependency graph for example/my_example/cxx_main.cpp:

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[])
 

Function Documentation

◆ check()

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.

◆ checkSharedOwnership()

int checkSharedOwnership ( Epetra_Comm & Comm,
bool verbose )

Definition at line 388 of file example/my_example/cxx_main.cpp.

◆ checkCopyAndAssignment()

int checkCopyAndAssignment ( Epetra_Comm & Comm,
bool verbose )

Definition at line 521 of file example/my_example/cxx_main.cpp.

◆ main()

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

Definition at line 74 of file example/my_example/cxx_main.cpp.