Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

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.

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.