.codecov.yml
.flake8
.gitignore
.readthedocs.yml
LICENSE.txt
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/ci.yml
doc/Makefile
doc/common.rst
doc/conf.py
doc/geo.rst
doc/index.rst
doc/occ.rst
doc/requirements.txt
pygmsh/__about__.py
pygmsh/__init__.py
pygmsh/_cli.py
pygmsh/_optimize.py
pygmsh/helpers.py
pygmsh.egg-info/PKG-INFO
pygmsh.egg-info/SOURCES.txt
pygmsh.egg-info/dependency_links.txt
pygmsh.egg-info/entry_points.txt
pygmsh.egg-info/requires.txt
pygmsh.egg-info/top_level.txt
pygmsh/common/__init__.py
pygmsh/common/bspline.py
pygmsh/common/circle_arc.py
pygmsh/common/curve_loop.py
pygmsh/common/dummy.py
pygmsh/common/ellipse_arc.py
pygmsh/common/geometry.py
pygmsh/common/line.py
pygmsh/common/line_base.py
pygmsh/common/plane_surface.py
pygmsh/common/point.py
pygmsh/common/polygon.py
pygmsh/common/size_field.py
pygmsh/common/spline.py
pygmsh/common/surface.py
pygmsh/common/surface_loop.py
pygmsh/common/volume.py
pygmsh/geo/__init__.py
pygmsh/geo/dummy.py
pygmsh/geo/geometry.py
pygmsh/occ/__init__.py
pygmsh/occ/ball.py
pygmsh/occ/box.py
pygmsh/occ/cone.py
pygmsh/occ/cylinder.py
pygmsh/occ/disk.py
pygmsh/occ/dummy.py
pygmsh/occ/geometry.py
pygmsh/occ/rectangle.py
pygmsh/occ/torus.py
pygmsh/occ/wedge.py
test/helpers.py
test/test_boundary_layers.py
test/test_extrusion_entities.py
test/test_helpers.py
test/test_labels.py
test/test_optimize.py
test/test_readme.py
test/built_in/helpers.py
test/built_in/test_airfoil.py
test/built_in/test_bsplines.py
test/built_in/test_circle.py
test/built_in/test_circle_transform.py
test/built_in/test_cube.py
test/built_in/test_ellipsoid.py
test/built_in/test_embed.py
test/built_in/test_hex.py
test/built_in/test_hole_in_square.py
test/built_in/test_layers.py
test/built_in/test_pacman.py
test/built_in/test_physical.py
test/built_in/test_pipes.py
test/built_in/test_quads.py
test/built_in/test_recombine.py
test/built_in/test_rectangle.py
test/built_in/test_rectangle_with_hole.py
test/built_in/test_regular_extrusion.py
test/built_in/test_rotated_layers.py
test/built_in/test_rotation.py
test/built_in/test_screw.py
test/built_in/test_splines.py
test/built_in/test_subdomains.py
test/built_in/test_swiss_cheese.py
test/built_in/test_symmetrize.py
test/built_in/test_tori.py
test/built_in/test_torus.py
test/built_in/test_torus_crowd.py
test/built_in/test_transfinite.py
test/built_in/test_unordered_unoriented.py
test/built_in/test_volume.py
test/occ/helpers.py
test/occ/test_ball_with_stick.py
test/occ/test_logo.py
test/occ/test_meshio_logo.py
test/occ/test_opencascade_ball.py
test/occ/test_opencascade_boolean.py
test/occ/test_opencascade_booleans.py
test/occ/test_opencascade_box.py
test/occ/test_opencascade_builtin_mix.py
test/occ/test_opencascade_cone.py
test/occ/test_opencascade_cylinder.py
test/occ/test_opencascade_ellipsoid.py
test/occ/test_opencascade_extrude.py
test/occ/test_opencascade_regular_extrusion.py
test/occ/test_opencascade_torus.py
test/occ/test_opencascade_wedge.py
test/occ/test_refinement.py
test/occ/test_translations.py