|
Zoltan2
|
#include <Zoltan2_config.h>#include <Tpetra_CrsGraph.hpp>#include <string>#include <iostream>

Go to the source code of this file.
Functions | |
| template<typename lno_t , typename gno_t > | |
| void | printTpetraGraph (const Tpetra::CrsGraph< lno_t, gno_t > &graph, ostream &os, size_t maxSize, string info) |
| template<typename lno_t , typename gno_t > | |
| void | printTpetraGraph (const RCP< const Comm< int > > &comm, const Tpetra::CrsGraph< lno_t, gno_t > &graph, ostream &os, size_t maxSize, string info) |
| void printTpetraGraph | ( | const Tpetra::CrsGraph< lno_t, gno_t > & | graph, |
| ostream & | os, | ||
| size_t | maxSize, | ||
| string | info | ||
| ) |
Definition at line 59 of file PrintData.hpp.
| void printTpetraGraph | ( | const RCP< const Comm< int > > & | comm, |
| const Tpetra::CrsGraph< lno_t, gno_t > & | graph, | ||
| ostream & | os, | ||
| size_t | maxSize, | ||
| string | info | ||
| ) |
Definition at line 101 of file PrintData.hpp.
1.7.6.1