Hello. I have problem with rectangle and boxmesh. If I use the code for rectangle:
mesh = RectangleMesh(-3.0, 2.0, 7.0, 6.0, 10, 10, "right/left")
print("Plotting a RectangleMesh")
plot(mesh, title="Rectangle (right/left)")
and this code for box:
mesh = BoxMesh(0.0, 0.0, 0.0, 10.0, 4.0, 2.0, 10, 10, 10)
print("Plotting a BoxMesh") plot(mesh, title="Box")
interactive()
I get error. What is wrong? Can someone help me, so the code to the meshes can work. Regards stargirl5.