Epetra Package Browser (Single Doxygen Collection)  Development
Macros | Functions
test/ImportExport_LL/cxx_main.cpp File Reference
#include "Epetra_Map.h"
#include "Epetra_Time.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Vector.h"
#include "Epetra_LongLongVector.h"
#include "Epetra_Import.h"
#include "Epetra_Export.h"
#include "Epetra_OffsetIndex.h"
#include "Epetra_MpiComm.h"
#include "mpi.h"
#include "../epetra_test_err.h"
#include "Epetra_Version.h"
Include dependency graph for test/ImportExport_LL/cxx_main.cpp:

Go to the source code of this file.

Macros

#define __cplusplus
 

Functions

int special_submap_import_test (Epetra_Comm &Comm)
 
int combine_mode_test (Epetra_Comm &Comm)
 
int alternate_import_constructor_test (Epetra_Comm &Comm)
 
int main (int argc, char *argv[])
 
int test_import_gid (const char *name, Epetra_LongLongVector &Source, Epetra_LongLongVector &Target, const Epetra_Import &Import)
 

Macro Definition Documentation

◆ __cplusplus

#define __cplusplus

Definition at line 58 of file test/ImportExport_LL/cxx_main.cpp.

Function Documentation

◆ special_submap_import_test()

int special_submap_import_test ( Epetra_Comm Comm)

Definition at line 572 of file test/ImportExport_LL/cxx_main.cpp.

◆ combine_mode_test()

int combine_mode_test ( Epetra_Comm Comm)

Definition at line 632 of file test/ImportExport_LL/cxx_main.cpp.

◆ alternate_import_constructor_test()

int alternate_import_constructor_test ( Epetra_Comm Comm)

Definition at line 715 of file test/ImportExport_LL/cxx_main.cpp.

◆ main()

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

Definition at line 67 of file test/ImportExport_LL/cxx_main.cpp.

◆ test_import_gid()

int test_import_gid ( const char *  name,
Epetra_LongLongVector Source,
Epetra_LongLongVector Target,
const Epetra_Import Import 
)

Definition at line 685 of file test/ImportExport_LL/cxx_main.cpp.