Hello everyone.
I have a simple question : have you got an code that shows how to use fenics if there is 2 solids that are stuck, so with different diffusivity. I can’t find any recent code with the explaination of how making 2 subdomains.
Thank you very much.
It would be useful for me to use dx = Measure('dx')[subdomains]
but it has been deleted
You can use dx = Measure("dx", subdomain_data=subdomains)
See for instance: MultiMeshShapeOpt_code/MulticableSolver.py at master · jorgensd/MultiMeshShapeOpt_code · GitHub
2 Likes