106 readLabel(dict.
lookup(
"nFaces")),
107 readLabel(dict.
lookup(
"startFace"))
111 start_(readLabel(dict.
lookup(
"startFace"))),
174 boundaryMesh_(p.boundaryMesh_),
198 wordList cTypes(dictionaryConstructorTablePtr_->size());
204 dictionaryConstructorTable::iterator cstrIter =
205 dictionaryConstructorTablePtr_->begin();
206 cstrIter != dictionaryConstructorTablePtr_->end();
210 if (constraintType(cstrIter.key()))
212 cTypes[i++] = cstrIter.key();
224 return boundaryMesh_;
247 const vectorField& gcc = boundaryMesh_.mesh().cellCentres();
253 cc[facei] = gcc[faceCells[facei]];
270 return *faceCellsPtr_;
331 patchIdentifier::operator=(p);
342 os.
check(
"Ostream& operator<<(Ostream& os, const polyPatch& p");