Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_center():
points, cells = meshzoo.rectangle(nx=11, ny=9, variant="center")
meshzoo.show2d(points, cells)
assert len(points) == 99
assert len(cells) == 160