Better error messaging for coupled patches

This commit is contained in:
Hrvoje Jasak 2017-04-10 11:42:59 +01:00
parent ed73abd931
commit 568a927388

View file

@ -198,11 +198,13 @@ public:
Field<Type>& f
) const
{
notImplemented
FatalErrorIn
(
"ggiFvPatchField<Type>::transformCoupleField"
"(Field<Type>& f) const"
);
) << "transformCoupleField not implemented for patch "
<< this->patch().name()
<< abort(FatalError);
}
//- Initialise neighbour matrix update