Until now, the pystencils coupling only allows for standard push communication, i.e. ghost cells of the receiver are overwritten by the interior cells of the sender. This MR introduces the possibility to create also reduction communication with binary operators from Python's operator package. In addition, pull-type communication is enabled.