|
Epetra Package Browser (Single Doxygen Collection)
Development
|
#include <Epetra_config.h>#include <Epetra_SerialComm.h>#include <Epetra_CrsMatrix.h>#include <Epetra_Export.h>#include <Epetra_Map.h>#include <Epetra_Vector.h>#include <Epetra_Version.h>#include <sstream>#include <stdexcept>
Go to the source code of this file.
Macros | |
| #define | EXAMPLE_USES_64BIT_GLOBAL_INDICES 1 |
Typedefs | |
| typedef long long | global_ordinal_type |
Functions | |
| Epetra_CrsMatrix * | createCrsMatrix (const Epetra_Map &map) |
| void | example (const Epetra_Comm &comm) |
| int | main (int argc, char *argv[]) |
| #define EXAMPLE_USES_64BIT_GLOBAL_INDICES 1 |
Definition at line 44 of file lesson05_redistribution.cpp.
| typedef long long global_ordinal_type |
Definition at line 47 of file lesson05_redistribution.cpp.
| Epetra_CrsMatrix* createCrsMatrix | ( | const Epetra_Map & | map | ) |
Definition at line 56 of file lesson05_redistribution.cpp.
| void example | ( | const Epetra_Comm & | comm | ) |
Definition at line 162 of file lesson05_redistribution.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 292 of file lesson05_redistribution.cpp.
1.8.5