Public Member Functions | List of all members
cellSplitter Class Reference

Does pyramidal decomposition of selected cells. So all faces will become base of pyramid with as top a user-supplied point (usually the cell centre) More...

Public Member Functions

 ClassName ("cellSplitter")
 
 cellSplitter (const polyMesh &mesh)
 
 ~cellSplitter ()=default
 
void setRefinement (const Map< point > &cellToMidPoint, polyTopoChange &meshMod)
 
void updateMesh (const mapPolyMesh &)
 
const Map< label > & addedPoints () const
 

Detailed Description

Does pyramidal decomposition of selected cells. So all faces will become base of pyramid with as top a user-supplied point (usually the cell centre)

Source files

Definition at line 55 of file cellSplitter.H.

Constructor & Destructor Documentation

◆ cellSplitter()

cellSplitter ( const polyMesh mesh)

◆ ~cellSplitter()

~cellSplitter ( )
default

Member Function Documentation

◆ ClassName()

ClassName ( "cellSplitter"  )

◆ setRefinement()

void setRefinement ( const Map< point > &  cellToMidPoint,
polyTopoChange meshMod 
)

◆ updateMesh()

void updateMesh ( const mapPolyMesh )

◆ addedPoints()

const Map<label>& addedPoints ( ) const
inline

Definition at line 131 of file cellSplitter.H.


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