Zoltan2
Loading...
Searching...
No Matches
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

◆ printTpetraThing()

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

Definition at line 37 of file ddirectoryTest.cpp.

◆ printVector()

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

Definition at line 46 of file ddirectoryTest.cpp.

◆ printMap()

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

Definition at line 54 of file ddirectoryTest.cpp.

◆ main()

int main ( int narg,
char ** arg )

Definition at line 363 of file ddirectoryTest.cpp.

Variable Documentation

◆ TOOMANY

const size_t TOOMANY = 100
static

Definition at line 32 of file ddirectoryTest.cpp.