Zoltan2
|
#include <string>
#include <Zoltan2_TpetraRowGraphAdapter.hpp>
#include <Zoltan2_InputTraits.hpp>
#include <Zoltan2_TestHelpers.hpp>
#include <Teuchos_GlobalMPISession.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_Comm.hpp>
#include <Teuchos_CommHelpers.hpp>
Go to the source code of this file.
Typedefs | |
typedef Tpetra::CrsGraph< zlno_t, zgno_t, znode_t > | ztcrsgraph_t |
typedef Tpetra::RowGraph< zlno_t, zgno_t, znode_t > | ztrowgraph_t |
Functions | |
void | printGraph (RCP< const Comm< int > > &comm, zlno_t nvtx, const zgno_t *vtxIds, const zlno_t *offsets, const zgno_t *edgeIds) |
template<typename User > | |
int | verifyInputAdapter (Zoltan2::TpetraRowGraphAdapter< User > &ia, ztrowgraph_t &graph) |
int | main (int argc, char *argv[]) |
typedef Tpetra::CrsGraph<zlno_t, zgno_t, znode_t> ztcrsgraph_t |
Definition at line 72 of file TpetraRowGraphInput.cpp.
typedef Tpetra::RowGraph<zlno_t, zgno_t, znode_t> ztrowgraph_t |
Definition at line 73 of file TpetraRowGraphInput.cpp.
void printGraph | ( | RCP< const Comm< int > > & | comm, |
zlno_t | nvtx, | ||
const zgno_t * | vtxIds, | ||
const zlno_t * | offsets, | ||
const zgno_t * | edgeIds | ||
) |
Definition at line 75 of file TpetraRowGraphInput.cpp.
int verifyInputAdapter | ( | Zoltan2::TpetraRowGraphAdapter< User > & | ia, |
ztrowgraph_t & | graph | ||
) |
Definition at line 99 of file TpetraRowGraphInput.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 140 of file TpetraRowGraphInput.cpp.