.coveragerc
CHANGELOG.rst
LICENSE.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/requirements.txt
docs/source/.gitignore
docs/source/conf.py
docs/source/contents.rst
docs/source/docutils.conf
docs/source/file_formats.rst
docs/source/getting_started.rst
docs/source/index.rst
docs/source/package_guide.rst
docs/source/troubleshooting.rst
docs/source/welcome.rst
docs/source/_static/favicon.ico
docs/source/_static/logo/logo.png
docs/source/_static/logo/logo.svg
docs/source/_static/logo/pad_logo.png
docs/source/_static/logo/pad_logo.svg
docs/source/_static/logo/social.png
docs/source/api/cli.rst
docs/source/api/index.rst
docs/source/api/verification.rst
docs/source/api/geometry/box.rst
docs/source/api/geometry/circle.rst
docs/source/api/geometry/cube.rst
docs/source/api/geometry/ellipse.rst
docs/source/api/geometry/ellipsoid.rst
docs/source/api/geometry/factory.rst
docs/source/api/geometry/index.rst
docs/source/api/geometry/n_box.rst
docs/source/api/geometry/n_sphere.rst
docs/source/api/geometry/rectangle.rst
docs/source/api/geometry/sphere.rst
docs/source/api/geometry/square.rst
docs/source/api/meshing/index.rst
docs/source/api/meshing/polymesh.rst
docs/source/api/meshing/trimesh.rst
docs/source/api/seeding/index.rst
docs/source/api/seeding/seed.rst
docs/source/api/seeding/seedlist.rst
docs/source/cli/domain.rst
docs/source/cli/index.rst
docs/source/cli/introduction.rst
docs/source/cli/material.rst
docs/source/cli/settings.rst
docs/source/examples/index.rst
docs/source/examples/cli/basalt.rst
docs/source/examples/cli/colormap.rst
docs/source/examples/cli/elliptical_grains.rst
docs/source/examples/cli/minimal.rst
docs/source/examples/cli/two_phase_3d.rst
docs/source/examples/intro/intro_1.rst
docs/source/examples/intro/intro_2.rst
docs/source/examples/intro/intro_3.rst
docs/source/examples/intro/intro_4.rst
docs/source/examples/intro/intro_5.rst
docs/source/examples/intro/intro_6.rst
docs/source/examples/package/foam.rst
docs/source/examples/package/from_image.rst
docs/source/examples/package/grain_neighborhoods.rst
docs/source/examples/package/logo.rst
docs/source/examples/package/mesh_process.rst
docs/source/examples/package/standard_voronoi.rst
docs/source/examples/package/uniform_seeding.rst
docs/source/sphinx_gallery/README.rst
docs/source/sphinx_gallery/plot_demos.py
docs/source/sphinx_gallery/geometry/README.rst
docs/source/sphinx_gallery/geometry/plot_ellipse.py
docs/source/sphinx_gallery/geometry/plot_rectangle.py
examples/.gitignore
examples/aluminum_micro.png
examples/aphanitic_cdf.csv
examples/basalt_circle.xml
examples/colormap.xml
examples/docs_banner.py
examples/elliptical_grains.xml
examples/foam.py
examples/from_image.py
examples/grain_neighborhoods.py
examples/intro_1_basic.xml
examples/intro_2_quality.xml
examples/intro_3_size_shape.xml
examples/intro_4_oriented.xml
examples/intro_5_plotting.xml
examples/intro_6_culmination.xml
examples/joined.png
examples/logo.py
examples/minimal.xml
examples/minimal_paired.xml
examples/olivine_cdf.csv
examples/polymesh.png
examples/polymesh.txt
examples/seeds.png
examples/seeds.txt
examples/standard_voronoi.py
examples/trimesh.png
examples/trimesh.txt
examples/two_phase_3D.xml
examples/uniform_seeding.py
examples/welcome_examples.png
src/microstructpy/__init__.py
src/microstructpy/_misc.py
src/microstructpy/cli.py
src/microstructpy/verification.py
src/microstructpy.egg-info/PKG-INFO
src/microstructpy.egg-info/SOURCES.txt
src/microstructpy.egg-info/dependency_links.txt
src/microstructpy.egg-info/entry_points.txt
src/microstructpy.egg-info/not-zip-safe
src/microstructpy.egg-info/requires.txt
src/microstructpy.egg-info/top_level.txt
src/microstructpy/geometry/__init__.py
src/microstructpy/geometry/box.py
src/microstructpy/geometry/circle.py
src/microstructpy/geometry/ellipse.py
src/microstructpy/geometry/ellipsoid.py
src/microstructpy/geometry/n_box.py
src/microstructpy/geometry/n_sphere.py
src/microstructpy/geometry/rectangle.py
src/microstructpy/geometry/sphere.py
src/microstructpy/meshing/__init__.py
src/microstructpy/meshing/polymesh.py
src/microstructpy/meshing/trimesh.py
src/microstructpy/seeding/__init__.py
src/microstructpy/seeding/seed.py
src/microstructpy/seeding/seedlist.py
tests/test_misc.py
tests/geometry/test_n_sphere.py
tests/meshing/test_polymesh.py