Go to the documentation of this file.
38 Info<<
"facePointPatch::New(const polyPatch&, "
39 <<
" const pointBoundaryMesh&) : "
40 <<
"constructing facePointPatch"
44 polyPatchConstructorTable::iterator cstrIter =
45 polyPatchConstructorTablePtr_->find(patch.type());
47 if (cstrIter == polyPatchConstructorTablePtr_->end())
50 <<
"Unknown facePointPatch type "
53 <<
"Valid facePointPatch types are :" <<
endl
54 << polyPatchConstructorTablePtr_->sortedToc()
Ostream & endl(Ostream &os)
Add newline and flush stream.
A patch is a list of labels that address the faces in the global face list.
static autoPtr< facePointPatch > New(const polyPatch &, const pointBoundaryMesh &)
Return a pointer to a new patch created on freestore from polyPatch.
errorManipArg< error, int > exit(error &err, const int errNo=1)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.