Public Member Functions | List of all members
boundaryCutter Class Reference

Does modifications to boundary faces. More...

Public Member Functions

 ClassName ("boundaryCutter")
 
 boundaryCutter (const polyMesh &mesh)
 
 ~boundaryCutter ()=default
 
void setRefinement (const Map< point > &pointToPos, const Map< List< point >> &edgeToCuts, const Map< labelPair > &faceToSplit, const Map< point > &faceToFeaturePoint, polyTopoChange &meshMod)
 
void updateMesh (const mapPolyMesh &)
 
const EdgeMap< labelList > & edgeAddedPoints () const
 
const Map< label > & faceAddedPoint () const
 

Detailed Description

Does modifications to boundary faces.

Does

Source files

Definition at line 64 of file boundaryCutter.H.

Constructor & Destructor Documentation

◆ boundaryCutter()

boundaryCutter ( const polyMesh mesh)
explicit

Definition at line 381 of file boundaryCutter.C.

◆ ~boundaryCutter()

~boundaryCutter ( )
default

Member Function Documentation

◆ ClassName()

ClassName ( "boundaryCutter"  )

◆ setRefinement()

void setRefinement ( const Map< point > &  pointToPos,
const Map< List< point >> &  edgeToCuts,
const Map< labelPair > &  faceToSplit,
const Map< point > &  faceToFeaturePoint,
polyTopoChange meshMod 
)

◆ updateMesh()

void updateMesh ( const mapPolyMesh morphMap)

◆ edgeAddedPoints()

const EdgeMap<labelList>& edgeAddedPoints ( ) const
inline

Definition at line 160 of file boundaryCutter.H.

◆ faceAddedPoint()

const Map<label>& faceAddedPoint ( ) const
inline

Definition at line 166 of file boundaryCutter.H.


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