Issue with Parallelization

I am currently learning parallelization in FreeFEM and started with a simple diffusion problem. The serial version works as expected, but after parallelizing it using PETSc and macro_ddm.idp, the contour plots do not appear correct. Could you please review the code and point out any issues or suggest improvements to the parallel implementation?

Thank you for your time.

parallell_heat2.edp (6.0 KB)