Open
Description
In BoutMesh::send()
we are sending buffers with length LocalNx
. I think we are communicating the corner guard cells when we send data in the y-direction (but not when we send in the x-direction). We could get a small optimization by not communicating them, since they do not contain valid data.