Zoltan2
|
#include <cmath>
#include <limits>
#include <iostream>
#include <vector>
#include <set>
#include <fstream>
#include "Teuchos_CommHelpers.hpp"
#include "Teuchos_Comm.hpp"
#include "Teuchos_ArrayViewDecl.hpp"
#include "Teuchos_RCPDecl.hpp"
#include "Zoltan2_InputTraits.hpp"
Go to the source code of this file.
Classes | |
class | Zoltan2::coordinateModelPartBox |
coordinateModelPartBox Class, represents the boundaries of the box which is a result of a geometric partitioning algorithm. More... | |
class | Zoltan2::GridHash |
GridHash Class, Hashing Class for part boxes. More... | |
Namespaces | |
Zoltan2 | |
Created by mbenlioglu on Aug 31, 2020. | |
Macros | |
#define | Z2_ABS(x) ((x) >= 0 ? (x) : -(x)) |
#define Z2_ABS | ( | x | ) | ((x) >= 0 ? (x) : -(x)) |
Definition at line 29 of file Zoltan2_CoordinatePartitioningGraph.hpp.