35 void Foam::slidingInterface::clearCouple
42 Pout<<
"void slidingInterface::clearCouple("
43 <<
"polyTopoChange& ref) const for object " <<
name() <<
" : "
44 <<
"Clearing old couple points and faces." <<
endl;
52 mesh.pointZones()[cutPointZoneID_.
index()];
54 forAll (cutPointZoneLabels, pointI)
56 ref.setAction(polyRemovePoint(cutPointZoneLabels[pointI]));
61 mesh.faceZones()[cutFaceZoneID_.
index()];
63 forAll (cutFaceZoneLabels, faceI)
65 ref.setAction(polyRemoveFace(cutFaceZoneLabels[faceI]));
70 Pout<<
"void slidingInterface::clearCouple("
71 <<
"polyTopoChange& ref) const for object " <<
name() <<
" : "
72 <<
"Finished clearing old couple points and faces." <<
endl;