Zoltan2
Loading...
Searching...
No Matches
TpetraRowGraphInput.cpp File Reference
#include <string>
#include <Zoltan2_TpetraRowGraphAdapter.hpp>
#include <Zoltan2_InputTraits.hpp>
#include <Zoltan2_TestHelpers.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_Comm.hpp>
#include <Teuchos_CommHelpers.hpp>
Include dependency graph for TpetraRowGraphInput.cpp:

Go to the source code of this file.

Typedefs

typedef Tpetra::CrsGraph< zlno_t, zgno_t, znode_tztcrsgraph_t
typedef Tpetra::RowGraph< zlno_t, zgno_t, znode_tztrowgraph_t

Functions

template<typename offset_t>
void printGraph (RCP< const Comm< int > > &comm, zlno_t nvtx, const zgno_t *vtxIds, const offset_t *offsets, const zgno_t *edgeIds)
template<typename User>
int verifyInputAdapter (Zoltan2::TpetraRowGraphAdapter< User > &ia, ztrowgraph_t &graph)
int main (int narg, char *arg[])

Typedef Documentation

◆ ztcrsgraph_t

typedef Tpetra::CrsGraph<zlno_t, zgno_t, znode_t> ztcrsgraph_t

Definition at line 34 of file TpetraRowGraphInput.cpp.

◆ ztrowgraph_t

typedef Tpetra::RowGraph<zlno_t, zgno_t, znode_t> ztrowgraph_t

Definition at line 35 of file TpetraRowGraphInput.cpp.

Function Documentation

◆ printGraph()

template<typename offset_t>
void printGraph ( RCP< const Comm< int > > & comm,
zlno_t nvtx,
const zgno_t * vtxIds,
const offset_t * offsets,
const zgno_t * edgeIds )

Definition at line 38 of file TpetraRowGraphInput.cpp.

◆ verifyInputAdapter()

template<typename User>
int verifyInputAdapter ( Zoltan2::TpetraRowGraphAdapter< User > & ia,
ztrowgraph_t & graph )

Definition at line 62 of file TpetraRowGraphInput.cpp.

◆ main()

int main ( int narg,
char * arg[] )

Definition at line 105 of file TpetraRowGraphInput.cpp.