39 word coupleType(fineInterface.type());
41 lduInterfaceConstructorTable::iterator cstrIter =
42 lduInterfaceConstructorTablePtr_->find(coupleType);
44 if (cstrIter == lduInterfaceConstructorTablePtr_->end())
49 "(const lduInterface& fineInterface, "
50 "const labelField& localRestrictAddressing, "
51 "const labelField& neighbourRestrictAddressing)"
52 ) <<
"Unknown GAMGInterface type " << coupleType <<
".\n"
53 <<
"Valid GAMGInterface types are :"
54 << lduInterfaceConstructorTablePtr_->sortedToc()
63 localRestrictAddressing,
64 neighbourRestrictAddressing