Epetra Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
example/my_example_LL/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_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

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

Definition at line 569 of file example/my_example_LL/cxx_main.cpp.

int checkSharedOwnership ( Epetra_Comm Comm,
bool  verbose 
)
int checkCopyAndAssignment ( Epetra_Comm Comm,
bool  verbose 
)
int main ( int  argc,
char *  argv[] 
)

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