Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Functions | Variables
ddirectoryTest.cpp File Reference
#include <Teuchos_RCP.hpp>
#include <Teuchos_ArrayView.hpp>
#include <unordered_map>
#include <Tpetra_Map.hpp>
#include <Tpetra_Vector.hpp>
#include <Zoltan2_TPLTraits.hpp>
#include <zoltan_dd_cpp.h>
#include <unordered_set>
Include dependency graph for ddirectoryTest.cpp:

Go to the source code of this file.

Classes

class  IDs< id_t >
 

Functions

template<typename T >
void printTpetraThing (T &thing, const std::string &msg, std::ostream &ostr=std::cout)
 
template<typename vector_t >
void printVector (vector_t &vec, const std::string &msg, std::ostream &ostr=std::cout)
 
template<typename map_t >
void printMap (map_t &map, const std::string &msg, std::ostream &ostr=std::cout)
 
int main (int narg, char **arg)
 

Variables

static const size_t TOOMANY = 100
 

Function Documentation

template<typename T >
void printTpetraThing ( T &  thing,
const std::string &  msg,
std::ostream &  ostr = std::cout 
)

Definition at line 73 of file ddirectoryTest.cpp.

template<typename vector_t >
void printVector ( vector_t &  vec,
const std::string &  msg,
std::ostream &  ostr = std::cout 
)

Definition at line 82 of file ddirectoryTest.cpp.

template<typename map_t >
void printMap ( map_t map,
const std::string &  msg,
std::ostream &  ostr = std::cout 
)

Definition at line 90 of file ddirectoryTest.cpp.

int main ( int  narg,
char **  arg 
)

Definition at line 399 of file ddirectoryTest.cpp.

Variable Documentation

const size_t TOOMANY = 100
static

Definition at line 68 of file ddirectoryTest.cpp.