35 const word& interpolationType,
39 typename dictionaryConstructorTable::iterator cstrIter =
40 dictionaryConstructorTablePtr_
41 ->find(interpolationType);
43 if (cstrIter == dictionaryConstructorTablePtr_->end())
47 "interpolation::New(const word&, "
48 "const GeometricField<Type, fvPatchField, volMesh>&)"
49 ) <<
"Unknown interpolation type " << interpolationType
50 <<
" for field " << psi.
name() <<
nl <<
nl
51 <<
"Valid interpolation types : " <<
endl
52 << dictionaryConstructorTablePtr_->sortedToc()