Zoltan2
Loading...
Searching...
No Matches
Functions
PrintData.hpp File Reference
#include "Zoltan2_config.h"
#include "Tpetra_CrsGraph.hpp"
#include "Teuchos_ArrayView.hpp"
#include <iostream>
#include <string>
Include dependency graph for PrintData.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ printTpetraGraph() [1/2]

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 )

Definition at line 60 of file PrintData.hpp.

◆ printTpetraGraph() [2/2]

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 )

Definition at line 102 of file PrintData.hpp.