Duplicate points. More...
#include <duplicatePoints.H>
Public Member Functions | |
| ClassName ("duplicatePoints") | |
| Runtime type information. | |
| duplicatePoints (const polyMesh &mesh) | |
| Construct from mesh. | |
| const labelListList & | duplicates () const |
| Per point in regionSide.pointRegions() the points created. | |
| void | setRefinement (const localPointRegion ®ionSide, polyTopoChange &) |
| Play commands into polyTopoChange to duplicate points. Gets. | |
| void | updateMesh (const mapPolyMesh &) |
| Force recalculation of locally stored data on topological change. | |
|
explicit |
| ClassName | ( | "duplicatePoints" | ) |
Runtime type information.
References mesh.
|
inline |
Per point in regionSide.pointRegions() the points created.
Definition at line 108 of file duplicatePoints.H.
| void setRefinement | ( | const localPointRegion & | regionSide, |
| polyTopoChange & | meshMod ) |
Play commands into polyTopoChange to duplicate points. Gets.
localPointRegion structure which is per non-manifold point the regions per point.
Definition at line 51 of file duplicatePoints.C.
References polyTopoChange::addPoint(), HashTable< T, Key, Hash >::end(), f(), HashTable< T, Key, Hash >::find(), UList< T >::find(), faceZone::flipMap(), forAll, forAllConstIters, polyTopoChange::modifyFace(), patches, polyTopoChange::points(), List< T >::setSize(), HashTable< T, Key, Hash >::size(), UList< T >::size(), faceZone::whichFace(), and Foam::meshTools::writeOBJ().
Referenced by meshRefinement::dupNonManifoldPoints().


| void updateMesh | ( | const mapPolyMesh & | map | ) |
Force recalculation of locally stored data on topological change.
Definition at line 202 of file duplicatePoints.C.
References forAll, Foam::inplaceRenumber(), and mapPolyMesh::reversePointMap().
