Zoltan2
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 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< scalar_t, part_t >
 coordinateModelPartBox Class, represents the boundaries of the box which is a result of a geometric partitioning algorithm. More...
 
class  Zoltan2::GridHash< scalar_t, part_t >
 GridHash Class, Hashing Class for part boxes. More...
 

Namespaces

 Zoltan2
 

Macros

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

Macro Definition Documentation

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

Definition at line 64 of file Zoltan2_CoordinatePartitioningGraph.hpp.