38void Foam::slidingInterface::clearCouple
45 Pout<<
"void slidingInterface::clearCouple("
46 <<
"polyTopoChange& ref) const for object " <<
name() <<
" : "
47 <<
"Clearing old couple points and faces." <<
endl;
56 :
mesh.pointZones()[cutPointZoneID_.index()]
59 ref.setAction(polyRemovePoint(pointi));
66 :
mesh.faceZones()[cutFaceZoneID_.index()]
69 ref.setAction(polyRemoveFace(facei));
74 Pout<<
"void slidingInterface::clearCouple("
75 <<
"polyTopoChange& ref) const for object " <<
name() <<
" : "
76 <<
"Finished clearing old couple points and faces." <<
endl;
const word & name() const
Return name of this modifier.
const polyTopoChanger & topoChanger() const
Return reference to morph engine.
const polyMesh & mesh() const
Return the mesh reference.
Ostream & endl(Ostream &os)
Add newline and flush stream.
prefixOSstream Pout
OSstream wrapped stdout (std::cout) with parallel prefix.