Does the dolfinx/complex docker image come with mshr installed?
I get an error saying no module named mshr.
Just checking if it was renamed, if not how do I go about installing it? If I pull from git and try compiling it asks for a path to dolfin. Would it be wise to set this to dolfinx?
AS mshr has not been maintained or developed for multiple years, it is not part of the FEniCSx universe. For Python meshing I would recommend pygmsh (with meshio working as a converter from msh to XDMF). you can always use mshr by accessing a docker container with the old dolfin (located at quay.io/fenicsproject/stable, write the mesh to xdmf and load it into dolfinx.