Go to the documentation of this file.
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)
61 mesh.faceZones()[cutFaceZoneID_.index()];
63 forAll(cutFaceZoneLabels, faceI)
70 Pout<<
"void slidingInterface::clearCouple("
71 <<
"polyTopoChange& ref) const for object " <<
name() <<
" : "
72 <<
"Finished clearing old couple points and faces." <<
endl;
Class containing data for point removal.
#define forAll(list, i)
Loop across all elements in list.
void clearCouple(polyTopoChange &ref) const
Clear old couple.
Direct mesh changes based on v1.3 polyTopoChange syntax.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Mesh consisting of general polyhedral cells.
label setAction(const topoAction &action)
For compatibility with polyTopoChange: set topological action.
prefixOSstream Pout(cout, "Pout")
Class containing data for face removal.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
word name(const complex &)
Return a string representation of a complex.