#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"
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 |
#define DEBUG_BUFFER 0 |
Definition at line 1506 of file ParallelComm.hpp.
#define MAX_SHARING_PROCS 64 |
Definition at line 45 of file ParallelComm.hpp.