Dear all,
In single process mode, I have 3 subdomains marked as 0,1, and 2. I can use assemble(udx(0)) to integrate udx for subdomain 0. However, I can't do that in MPI. I am working in Python. Can you give me an example how I can implement this integration in MPI?
Thank you.