|
Zoltan2
|
#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>
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 | |
| 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 Tpetra::CrsGraph<zlno_t, zgno_t, znode_t> ztcrsgraph_t |
Definition at line 69 of file TpetraRowGraphInput.cpp.
| typedef Tpetra::RowGraph<zlno_t, zgno_t, znode_t> ztrowgraph_t |
Definition at line 70 of file TpetraRowGraphInput.cpp.
| 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 73 of file TpetraRowGraphInput.cpp.
| int verifyInputAdapter | ( | Zoltan2::TpetraRowGraphAdapter< User > & | ia, |
| ztrowgraph_t & | graph | ||
| ) |
Definition at line 97 of file TpetraRowGraphInput.cpp.
| int main | ( | int | narg, |
| char * | arg[] | ||
| ) |
Definition at line 140 of file TpetraRowGraphInput.cpp.
1.8.5