Go to the documentation of this file.
38 #ifndef DistributedDelaunayMesh_H
39 #define DistributedDelaunayMesh_H
45 #include "indexedVertex.H"
58 template<
class Triangulation>
66 typedef typename Triangulation::Cell_handle
Cell_handle;
69 typedef typename Triangulation::Finite_vertices_iterator
71 typedef typename Triangulation::Finite_cells_iterator
73 typedef typename Triangulation::All_cells_iterator
84 bool distributeBoundBoxes(
const boundBox& bb);
89 bool isLocal(
const label localProcIndex)
const;
94 const scalar radiusSqr
97 bool checkProcBoundaryCell
103 void findProcessorBoundaryCells
108 void markVerticesToRefer
183 bool iterateReferral =
true
189 template<
class Po
intIterator>
194 bool printErrors =
true
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
constexpr auto begin(C &c) -> decltype(c.begin())
A HashTable to objects of type <T> with a label key.
A HashTable with keys but without contents that is similar to std::unordered_set.
labelPairHashSet rangeInsertReferredWithInfo(PointIterator begin, PointIterator end, bool printErrors=true)
Triangulation::Finite_cells_iterator Finite_cells_iterator
static autoPtr< mapDistribute > buildMap(const List< label > &toProc)
Triangulation::Cell_handle Cell_handle
void sync(const boundBox &bb)
~DistributedDelaunayMesh()=default
Triangulation::All_cells_iterator All_cells_iterator
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
scalar calculateLoadUnbalance() const
constexpr auto end(C &c) -> decltype(c.end())
Triangulation::Vertex_handle Vertex_handle
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
CellSizeDelaunay ::Cell_handle Cell_handle
bool distribute(const boundBox &bb)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Triangulation::Finite_vertices_iterator Finite_vertices_iterator
Store a background polyMesh to use for the decomposition of space and queries for parallel conformalV...
A bounding box defined in terms of min/max extrema points.
The vertex and cell classes must have an index defined.
Triangulation::Point Point
CellSizeDelaunay ::Vertex_handle Vertex_handle