I have a growing piece of (Python) software which at some points solves a PDE using FEniCS. I now would like to solve these using a parallel solver (PETSc is the current backend). The documentation on MPI + FEniCS seems very scattered, but I read everywhere that it is very well supported. Hence the question from a MPI-novice: what is the recommended/simplest way (i.e. least modifications to the code) to solve everything in parallel? (version 1.4)
Thanks a lot.