Epetra Package Browser (Single Doxygen Collection)
Development
|
#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"
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) |
#define __cplusplus |
Definition at line 58 of file test/ImportExport_LL/cxx_main.cpp.
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[] | ||
) |
Definition at line 67 of file test/ImportExport_LL/cxx_main.cpp.
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.