Epetra Package Browser (Single Doxygen Collection)
Development
|
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "Epetra_Export.h"
#include <mpi.h>
#include "Epetra_MpiComm.h"
Go to the source code of this file.
Functions | |
int | DefaultToDefaultEpetra (const Epetra_Comm &comm) |
int | CyclicToDefaultEpetra (const Epetra_Comm &comm) |
int | OverlapToDefaultEpetra (const Epetra_Comm &comm) |
int | OddEvenToSerialEpetra (const Epetra_Comm &comm) |
int | SupersetToDefaultEpetra (const Epetra_Comm &comm) |
int | NoSamesToDefaultEpetra (const Epetra_Comm &comm) |
int | main (int argc, char **argv) |
int DefaultToDefaultEpetra | ( | const Epetra_Comm & | comm | ) |
Definition at line 59 of file Bug7758.cpp.
int CyclicToDefaultEpetra | ( | const Epetra_Comm & | comm | ) |
Definition at line 110 of file Bug7758.cpp.
int OverlapToDefaultEpetra | ( | const Epetra_Comm & | comm | ) |
Definition at line 186 of file Bug7758.cpp.
int OddEvenToSerialEpetra | ( | const Epetra_Comm & | comm | ) |
Definition at line 259 of file Bug7758.cpp.
int SupersetToDefaultEpetra | ( | const Epetra_Comm & | comm | ) |
Definition at line 339 of file Bug7758.cpp.
int NoSamesToDefaultEpetra | ( | const Epetra_Comm & | comm | ) |
Definition at line 411 of file Bug7758.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 481 of file Bug7758.cpp.