How to install FEniCS 2019.2.0.dev0 by conda?

Hi.

This warning is triggered by static code analysis tools to let you know that there might be an issue, as the original dispatch method has a different signature and because SubDomain is using *args and **kwargs internally. This doesn’t necessarily indicate an error, as you saw. You can ignore that warning.

Mshr has not been supported for quite some time, so its use is not recommended. Please use GMSH to generate the meshes. Meshio is pretty useful to import the meshes to FEniCS using the .xdmf format. There is a lot of posts dealing with that. For example: Transitioning from mesh.xml to mesh.xdmf, from dolfin-convert to meshio - #263 by Devin, Gmsh 4.4.1 in FEniCS? Meshio - #9 by SantiagoOrtiz, How to import xdmf mesh generated by gmsh into fenics - #10 by dokken, among others.

Cheers.

BTW: I’m not a developer, just a community member trying to help.