Thanks to some help from @cwsmith, I have been able to split a mesh using from_gmsh and zsplit. (Original issue).
In my mesh, I use Physical Entities from Gmsh to specify different material compositions. However, it seems like all elements in the PUMI mesh have the same material. Is there a way to preserve these element material numbers/attributes?
I am using MFEM to work with my mesh so this could also be an issue with the reader there.