duplicatePoints Class Reference

Duplicate points. More...

Public Member Functions

 ClassName ("duplicatePoints")
 Runtime type information. More...
 
 duplicatePoints (const polyMesh &mesh)
 Construct from mesh. More...
 
 duplicatePoints (const duplicatePoints &)=delete
 Disallow default bitwise copy construction. More...
 
const labelListListduplicates () const
 Per point in regionSide.pointRegions() the points created. More...
 
void setRefinement (const localPointRegion &regionSide, polyTopoChange &)
 Play commands into polyTopoChange to duplicate points. Gets. More...
 
void updateMesh (const mapPolyMesh &)
 Force recalculation of locally stored data on topological change. More...
 
void operator= (const duplicatePoints &)=delete
 Disallow default bitwise assignment. More...
 

Detailed Description

Duplicate points.

Source files

Definition at line 57 of file duplicatePoints.H.

Constructor & Destructor Documentation

◆ duplicatePoints() [1/2]

duplicatePoints ( const polyMesh mesh)

Construct from mesh.

Definition at line 49 of file duplicatePoints.C.

References duplicatePoints::setRefinement().

Here is the call graph for this function:

◆ duplicatePoints() [2/2]

duplicatePoints ( const duplicatePoints )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ ClassName()

ClassName ( "duplicatePoints"  )

Runtime type information.

◆ duplicates()

const labelListList& duplicates ( ) const
inline

Per point in regionSide.pointRegions() the points created.

Definition at line 90 of file duplicatePoints.H.

References duplicatePoints::operator=(), duplicatePoints::setRefinement(), and duplicatePoints::updateMesh().

Here is the call graph for this function:

◆ setRefinement()

◆ updateMesh()

void updateMesh ( const mapPolyMesh map)

Force recalculation of locally stored data on topological change.

Definition at line 209 of file duplicatePoints.C.

References forAll, Foam::inplaceRenumber(), and mapPolyMesh::reversePointMap().

Referenced by duplicatePoints::duplicates().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

void operator= ( const duplicatePoints )
delete

Disallow default bitwise assignment.

Referenced by duplicatePoints::duplicates().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: