|
Zoltan2
|
#include <Zoltan2_XpetraTraits.hpp>#include <Zoltan2_TestHelpers.hpp>#include <string>#include <Teuchos_GlobalMPISession.hpp>#include <Teuchos_DefaultComm.hpp>#include <Teuchos_RCP.hpp>#include <Teuchos_Array.hpp>#include <Teuchos_ArrayRCP.hpp>#include <Teuchos_Comm.hpp>#include <Teuchos_VerboseObject.hpp>#include <Tpetra_CrsMatrix.hpp>#include <Tpetra_Vector.hpp>#include <Xpetra_EpetraUtils.hpp>#include <Epetra_SerialComm.h>
Go to the source code of this file.
Functions | |
| ArrayRCP< zgno_t > | roundRobinMap (const RCP< const Xpetra::Map< zlno_t, zgno_t, znode_t > > &m) |
| int | main (int argc, char *argv[]) |
| ArrayRCP<zgno_t> roundRobinMap | ( | const RCP< const Xpetra::Map< zlno_t, zgno_t, znode_t > > & | m | ) |
Definition at line 83 of file XpetraTraits.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 114 of file XpetraTraits.cpp.
1.7.6.1