42 const word& topoSetSourceType,
47 wordConstructorTable::iterator cstrIter =
48 wordConstructorTablePtr_
49 ->find(topoSetSourceType);
51 if (cstrIter == wordConstructorTablePtr_->end())
55 "topoSetSource::New(const word&, "
56 "const polyMesh&, const dictionary&)"
57 ) <<
"Unknown topoSetSource type " << topoSetSourceType
59 <<
"Valid topoSetSource types : " <<
endl
60 << wordConstructorTablePtr_->sortedToc()
71 const word& topoSetSourceType,
76 istreamConstructorTable::iterator cstrIter =
77 istreamConstructorTablePtr_
78 ->find(topoSetSourceType);
80 if (cstrIter == istreamConstructorTablePtr_->end())
84 "topoSetSource::New(const word&, "
85 "const polyMesh&, Istream&)"
86 ) <<
"Unknown topoSetSource type " << topoSetSourceType
88 <<
"Valid topoSetSource types : " <<
endl
89 << istreamConstructorTablePtr_->sortedToc()
117 Foam::topoSetSource::actionNames_;
122 "Illegal topoSetSource name"
134 FatalErrorIn(
"cellToFace::cellToFace") <<
"Istream not good"
165 Foam::topoSetSource::topoSetSource(
const polyMesh& mesh)