Zoltan2
|
#include "Zoltan2_config.h"
#include "Tpetra_CrsGraph.hpp"
#include "Teuchos_ArrayView.hpp"
#include <iostream>
#include <string>
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, std::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, std::ostream &os, size_t maxSize, string info) |
void printTpetraGraph | ( | const Tpetra::CrsGraph< lno_t, gno_t > & | graph, |
std::ostream & | os, | ||
size_t | maxSize, | ||
string | info | ||
) |
Definition at line 60 of file PrintData.hpp.
void printTpetraGraph | ( | const RCP< const Comm< int > > & | comm, |
const Tpetra::CrsGraph< lno_t, gno_t > & | graph, | ||
std::ostream & | os, | ||
size_t | maxSize, | ||
string | info | ||
) |
Definition at line 102 of file PrintData.hpp.