39 Info<<
"Selecting " << phiName <<
" integration scheme " 40 << schemeName <<
endl;
42 typename wordConstructorTable::iterator cstrIter =
43 wordConstructorTablePtr_->find(schemeName);
45 if (cstrIter == wordConstructorTablePtr_->end())
48 <<
"Unknown integration scheme type " 49 << schemeName <<
nl <<
nl 50 <<
"Valid integration scheme types are:" <<
nl 51 << wordConstructorTablePtr_->sortedToc() <<
nl errorManipArg< error, int > exit(error &err, const int errNo=1)
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Ostream & endl(Ostream &os)
Add newline and flush stream.
A class for handling words, derived from string.
static autoPtr< integrationScheme > New(const word &phiName, const dictionary &dict)
Select an integration scheme.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.