Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
ParallelComm.hpp File Reference
#include "moab/Forward.hpp"
#include "moab/Interface.hpp"
#include "moab/Range.hpp"
#include "moab/ProcConfig.hpp"
#include <map>
#include <set>
#include <vector>
#include <iostream>
#include <fstream>
#include <cassert>
#include <cstdlib>
#include <cmath>
#include "moab/TupleList.hpp"
+ Include dependency graph for ParallelComm.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  moab::ParallelComm
 Parallel communications in MOAB. More...
 
class  moab::ParallelComm::Buffer
 
struct  moab::ParallelComm::SharedEntityData
 

Namespaces

 moab
 Class representing axis-aligned bounding box.
 

Macros

#define MAX_SHARING_PROCS   64
 
#define DEBUG_BUFFER   0
 

Typedefs

typedef RangeMap< EntityHandle, EntityHandle, 0 > moab::HandleMap
 

Macro Definition Documentation

◆ DEBUG_BUFFER

#define DEBUG_BUFFER   0

Definition at line 1506 of file ParallelComm.hpp.

◆ MAX_SHARING_PROCS

#define MAX_SHARING_PROCS   64

Definition at line 45 of file ParallelComm.hpp.