43 Info<<
"facePointPatch::New(const polyPatch&, "
44 <<
" const pointBoundaryMesh&) : "
45 <<
"constructing facePointPatch"
49 polyPatchConstructorTable::iterator cstrIter =
50 polyPatchConstructorTablePtr_->find(patch.type());
52 if (cstrIter == polyPatchConstructorTablePtr_->end())
56 "facePointPatch::New(const polyPatch&, "
57 "const pointBoundaryMesh&) : "
58 ) <<
"Unknown facePointPatch type "
61 <<
"Valid facePointPatch types are :" <<
endl
62 << polyPatchConstructorTablePtr_->sortedToc()