|
Zoltan2
|
#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>
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 |
| void printTpetraThing | ( | T & | thing, |
| const std::string & | msg, | ||
| std::ostream & | ostr = std::cout ) |
Definition at line 73 of file ddirectoryTest.cpp.
| void printVector | ( | vector_t & | vec, |
| const std::string & | msg, | ||
| std::ostream & | ostr = std::cout ) |
Definition at line 82 of file ddirectoryTest.cpp.
| 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.
|
static |
Definition at line 68 of file ddirectoryTest.cpp.