Your radical cure fixed indeed the problem with from mshr import *
but if you need e.g. Rectangle in your code you get an error message
----> 2 domaine = Rectangle( Point(0,0) , Point(25,2))
NameError: name ‘Rectangle’ is not defined
Your radical cure fixed indeed the problem with from mshr import *
but if you need e.g. Rectangle in your code you get an error message
----> 2 domaine = Rectangle( Point(0,0) , Point(25,2))
NameError: name ‘Rectangle’ is not defined