Fenics 2018.1.0 installed via Anaconda: How to run in parallel?

Hi everyone

I am using Fenics 2018.1.0 installed via Anaconda. However, this version does not have MPI-enabled HDF5. I also so use XML format but I get some issues such as Fenics can not read GMSH tag files, i.e.

domains = MeshFunction(“size_t”, mesh, “mesh_name_physical_region.xml”)
boundaries = MeshFunction(“size_t”, mesh, “mesh_name_facet_region.xml”)

Do you have any idea?

Thanks
Best regards

Have you looked at meshio? This project can convert many file formats, e.g. xml/msh/xdmf.

1 Like

Hi Chris. Thank for your reply. I will look at it and reply later.