Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Macros | Enumerations | Functions
directoryTest_Impl.hpp File Reference
#include <Teuchos_RCP.hpp>
#include <Teuchos_ArrayView.hpp>
#include <Zoltan2_TPLTraits.hpp>
#include "Zoltan2_Directory_Impl.hpp"
Include dependency graph for directoryTest_Impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Zoltan2::gid_set_t
 
struct  Zoltan2::lid_set_t
 
class  Zoltan2::IDs< gid_t, lid_t, user_t >
 
class  Zoltan2::Single_GID< gid_t, lid_t, user_t >
 
class  Zoltan2::Multiple_GID< gid_t, lid_t, user_t >
 
class  Zoltan2::Single_User< gid_t, lid_t, user_t >
 
class  Zoltan2::Vector_User< gid_t, lid_t, user_t >
 
class  Zoltan2::Single_User_Single_GID< gid_t, lid_t, user_t >
 
class  Zoltan2::Single_User_Multiple_GID< gid_t, lid_t, user_t >
 
class  Zoltan2::Vector_User_Single_GID< gid_t, lid_t, user_t >
 
class  Zoltan2::Vector_User_Multiple_GID< gid_t, lid_t, user_t >
 
class  Zoltan2::TestManager
 

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

Macros

#define GID_SET_LENGTH   3
 
#define LID_SET_LENGTH   4
 
#define NOT_FOUND_VALUE   -1
 

Enumerations

enum  Zoltan2::TestMode { Zoltan2::Replace = 0, Zoltan2::Add, Zoltan2::Aggregate, Zoltan2::TestMode_Max }
 

Functions

void Zoltan2::print_proc_safe (const std::string &message, Teuchos::RCP< const Teuchos::Comm< int > > comm, bool only_rank0=true)
 
int Zoltan2::runDirectoryTests (int narg, char **arg)
 

Macro Definition Documentation

#define GID_SET_LENGTH   3

Definition at line 71 of file directoryTest_Impl.hpp.

#define LID_SET_LENGTH   4

Definition at line 77 of file directoryTest_Impl.hpp.

#define NOT_FOUND_VALUE   -1

Definition at line 98 of file directoryTest_Impl.hpp.