Hi,
I am attempting to read a mesh in parallel (ie. mpirun -n 2 script.py). Unfortunately, when it comes to defining the boundaries
boundaries = MeshFunction("size_t", mesh,"mesh_facet_region.xml")
I get the following error
Error: Unable to read mesh function from XML file.
*** Reason: Cannot read old-style MeshFunction XML files as a MeshValueCollection.
Also, is there a source for reading/learning about FEniCS parallel implementations? I am having trouble finding information in the documents.