![]() |
|
Public Member Functions | |
TypeName ("errorDrivenRefinement") | |
Runtime type information. | |
errorDrivenRefinement (const word &name, const dictionary &dict, const label index, const polyTopoChanger &mme) | |
Construct from dictionary. | |
virtual | ~errorDrivenRefinement () |
virtual bool | changeTopology () const |
Check for topology change. | |
virtual void | setRefinement (polyTopoChange &) const |
Insert the layer addition/removal instructions. | |
virtual void | modifyMotionPoints (pointField &motionPoints) const |
Modify motion points to comply with the topological change. | |
virtual void | updateMesh (const mapPolyMesh &) |
Force recalculation of locally stored data on topological change. | |
virtual void | write (Ostream &) const |
Write. | |
virtual void | writeDict (Ostream &) const |
Write dictionary. | |
const undoableMeshCutter & | refinementEngine () const |
Underlying mesh modifier. |
|
Construct from dictionary.
|
|
|
|
Check for topology change.
Implements polyMeshModifier. |
|
Modify motion points to comply with the topological change.
Implements polyMeshModifier. |
|
Underlying mesh modifier.
Definition at line 132 of file errorDrivenRefinement.H. |
|
Insert the layer addition/removal instructions. into the topological change Implements polyMeshModifier. |
|
Runtime type information.
|
|
Force recalculation of locally stored data on topological change.
Implements polyMeshModifier. |
|
Write.
Implements polyMeshModifier. |
|
Write dictionary.
Implements polyMeshModifier. |