Rectagle mesh is broken

Issue #991 resolved
Jan Blechta created an issue
mesh = RectangleMesh.create(MPI.comm_world, [Point(0, 0), Point(6666666, 77777777)], 
print(mesh.coordinates())
array([[ 0.,  0.],
       [ 1.,  0.],
       [ 0.,  1.],
       [ 1.,  1.]])

Comments (3)

  1. Log in to comment