Zoltan2
|
#include <Zoltan2_XpetraTraits.hpp>
#include <Zoltan2_TestHelpers.hpp>
#include <string>
#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>
Go to the source code of this file.
Functions | |
ArrayRCP< zgno_t > | roundRobinMapShared (int proc, int nprocs, zgno_t basegid, zgno_t maxgid, size_t nglobalrows) |
ArrayRCP< zgno_t > | roundRobinMap (const Tpetra::Map< zlno_t, zgno_t, znode_t > &tmap) |
ArrayRCP< zgno_t > | roundRobinMap (const Xpetra::Map< zlno_t, zgno_t, znode_t > &xmap) |
int | main (int narg, char *arg[]) |
ArrayRCP<zgno_t> roundRobinMapShared | ( | int | proc, |
int | nprocs, | ||
zgno_t | basegid, | ||
zgno_t | maxgid, | ||
size_t | nglobalrows | ||
) |
Definition at line 78 of file XpetraTraits.cpp.
Definition at line 124 of file XpetraTraits.cpp.
Definition at line 136 of file XpetraTraits.cpp.
int main | ( | int | narg, |
char * | arg[] | ||
) |
Definition at line 148 of file XpetraTraits.cpp.