mirrorMesh seems to fail in parallel
The below dummy case seems to work fine in serial (./Allrun) but when using mirrorMesh in parallel (./Allrun.parallel) on a decomposed case mirrorMesh gives a warning:
Mirroring faces on coupled patches destroys the ordering. This might be fixed by running a dummy createPatch afterwards.
However, running createPatch yields
***Inconsistent patches across processors, processor 0 has patch names:
and then it runs forever. If the parallel option is given I would think it should work in principal, but I have not been able to get it to work in any parallel case, so I would consider it a bug... Or is there a work around? Thanks, Pal