Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Macros
Zoltan2_CoordinatePartitioningGraph.hpp File Reference
#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"
Include dependency graph for Zoltan2_CoordinatePartitioningGraph.hpp:
This graph shows which files directly or indirectly include this file:

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))
 

Macro Definition Documentation

#define Z2_ABS (   x)    ((x) >= 0 ? (x) : -(x))

Definition at line 65 of file Zoltan2_CoordinatePartitioningGraph.hpp.