Classes
Delaunay.hpp File Reference

Delaunay triangulation with mpi. More...

#include "facet.hpp"
#include <algorithm>
#include <vector>
#include <stack>
#include <climits>
#include "geometry.hpp"
#include "../misc/universal_error.hpp"
#include "HilbertOrder.hpp"
#include "geotests.hpp"
#include "../misc/utils.hpp"
#include "delaunay_logger.hpp"
#include "Edge.hpp"
#include "../newtonian/two_dimensional/OuterBoundary.hpp"
#include "shape_2d.hpp"
#include "../misc/int2str.hpp"
#include "../newtonian/two_dimensional/diagnostics.hpp"
#include "find_affected_cells.hpp"
Include dependency graph for Delaunay.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Delaunay
 The Delaunay data structure. Gets a set of points and constructs the Delaunay tessellation. More...
 

Detailed Description

Delaunay triangulation with mpi.

Author
Elad Steinberg

Definition in file Delaunay.hpp.