35 #ifndef cellShapeControlMesh_H 36 #define cellShapeControlMesh_H 56 class cellSizeAndAlignmentControls;
70 typedef CellSizeDelaunay::Point
Point;
79 mutable Cell_handle oldCellHandle_;
131 inline Vertex_handle
insert 135 const triad& alignment,
void writeTriangulation()
Vertex_handle insertFar(const Foam::point &pt)
~cellShapeControlMesh()
Destructor.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
tmp< pointField > cellCentres() const
Get the centres of all the tets.
const Time & time() const
Vertex_handle insert(const Foam::point &pt, const scalar &size, const triad &alignment, const Foam::indexedVertexEnum::vertexType type=Vb::vtInternal)
CellSizeDelaunay::Point Point
void barycentricCoords(const Foam::point &pt, barycentric &bary, Cell_handle &ch) const
Calculate and return the barycentric coordinates for.
A bounding box defined in terms of the points at its extremities.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
tensorField dumpAlignments() const
A class for handling words, derived from string.
void distribute(const backgroundMeshDecomposition &decomposition)
CellSizeDelaunay::Vertex_handle Vertex_handle
cellShapeControlMesh(const Time &runTime)
ClassName("cellShapeControlMesh")
Runtime type information.
static word meshSubDir
Return the mesh sub-directory name (usually "cellShapeControlMesh")
Representation of a 3D Cartesian coordinate system as a Vector of vectors.
CellSizeDelaunay::Cell_handle Cell_handle
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Store a background polyMesh to use for the decomposition of space and queries for parallel conformalV...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
label estimateCellCount(const autoPtr< backgroundMeshDecomposition > &decomposition) const
CGAL data structures used for 3D Delaunay meshing.
A class for managing temporary objects.
void operator=(const cellShapeControlMesh &)=delete
Disallow default bitwise assignment.