Hi!
When we solve a problem in parallel, FEniCS usually seperate our mesh into several parts, each process will have one of them and do their work on the submesh, and I find that the mesh is usually divided randomly.
My problem is that can we divide the mesh manually? for example, if I have a rectangular mesh, I want to spilt it in half and have two processes such that each process have one half of the mesh.
Thanks in advance.