|
| ClassName ("cellShapeControlMesh") |
|
| cellShapeControlMesh (const Time &runTime) |
|
| ~cellShapeControlMesh ()=default |
|
const Time & | time () const |
|
void | barycentricCoords (const Foam::point &pt, barycentric &bary, Cell_handle &ch) const |
|
boundBox | bounds () const |
|
label | removePoints () |
|
tmp< pointField > | cellCentres () const |
|
Vertex_handle | insert (const Foam::point &pt, const scalar &size, const triad &alignment, const Foam::indexedVertexEnum::vertexType type=Vb::vtInternal) |
|
Vertex_handle | insertFar (const Foam::point &pt) |
|
void | distribute (const backgroundMeshDecomposition &decomposition) |
|
tensorField | dumpAlignments () const |
|
void | writeTriangulation () |
|
void | write () const |
|
label | estimateCellCount (const autoPtr< backgroundMeshDecomposition > &decomposition) const |
|
| DistributedDelaunayMesh (const Time &runTime) |
|
| DistributedDelaunayMesh (const Time &runTime, const word &meshName) |
|
| ~DistributedDelaunayMesh ()=default |
|
scalar | calculateLoadUnbalance () const |
|
bool | distribute (const boundBox &bb) |
|
autoPtr< mapDistribute > | distribute (const backgroundMeshDecomposition &decomposition, List< Foam::point > &points) |
|
void | sync (const boundBox &bb) |
|
void | sync (const boundBox &bb, PtrList< labelPairHashSet > &referralVertices, labelPairHashSet &receivedVertices, bool iterateReferral=true) |
|
labelPairHashSet | rangeInsertReferredWithInfo (PointIterator begin, PointIterator end, bool printErrors=true) |
|
| DelaunayMesh (const Time &runTime) |
|
| DelaunayMesh (const Time &runTime, const word &meshName) |
|
| ~DelaunayMesh () |
|
const Time & | time () const |
|
void | timeCheck (const string &description, const bool check=true) const |
|
label | getNewCellIndex () const |
|
label | getNewVertexIndex () const |
|
label | cellCount () const |
|
label | vertexCount () const |
|
void | resetCellCount () |
|
void | resetVertexCount () |
|
void | reset () |
|
Map< label > | insertPoints (const List< Vb > &vertices, const bool reIndex) |
|
Map< label > | rangeInsertWithInfo (PointIterator begin, PointIterator end, bool printErrors=false, bool reIndex=true) |
|
void | printInfo (Ostream &os) const |
|
void | printVertexInfo (Ostream &os) const |
|
autoPtr< polyMesh > | createMesh (const fileName &name, labelPairLookup &vertexMap, labelList &cellMap, const bool writeDelaunayData=true) const |
|
- Source files
-
Definition at line 60 of file cellShapeControlMesh.H.