.readthedocs.yaml
.zenodo.json
CITATION.cff
LICENSE
MANIFEST.in
README.md
environment.yaml
pyproject.toml
.github/workflows/build-sphinx.yml
.github/workflows/build-test.yml
.github/workflows/publish-pypi.yml
.github/workflows/release-tutorials.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/fem2geo_logo.png
docs/source/_static/fem2geo_logo_dark.png
docs/source/_static/tutorials/principal_axes.png
docs/source/_static/tutorials/principal_model.png
docs/source/_static/tutorials/principal_scatter.png
docs/source/intro/concepts.rst
docs/source/intro/installation.rst
docs/source/intro/theory.rst
docs/source/intro/figures/patata.jpg
docs/source/intro/figures/stressratios_figsGabi.jpg
docs/source/reference/api_reference.rst
docs/source/tutorials/fracture.rst
docs/source/tutorials/kostrov.rst
docs/source/tutorials/multi-sites.rst
docs/source/tutorials/principal-directions.rst
docs/source/tutorials/projections.rst
docs/source/tutorials/resolved-shear.rst
docs/source/tutorials/tendency.rst
fem2geo/__init__.py
fem2geo/data.py
fem2geo/model.py
fem2geo/plots.py
fem2geo/projector.py
fem2geo/runner.py
fem2geo.egg-info/PKG-INFO
fem2geo.egg-info/SOURCES.txt
fem2geo.egg-info/dependency_links.txt
fem2geo.egg-info/entry_points.txt
fem2geo.egg-info/not-zip-safe
fem2geo.egg-info/requires.txt
fem2geo.egg-info/top_level.txt
fem2geo/internal/io.py
fem2geo/internal/logger.py
fem2geo/internal/schema.py
fem2geo/internal/tutorials.py
fem2geo/internal/schemas/adeli.yaml
fem2geo/internal/schemas/adeli2.yaml
fem2geo/internal/schemas/adeli3.yaml
fem2geo/jobs/fracture.py
fem2geo/jobs/kostrov.py
fem2geo/jobs/principal_directions.py
fem2geo/jobs/project.py
fem2geo/jobs/resolved_shear.py
fem2geo/jobs/sites.py
fem2geo/jobs/tendency.py
fem2geo/utils/projections.py
fem2geo/utils/tensor.py
fem2geo/utils/transform.py
tests/test_data.py
tests/test_io.py
tests/test_logger.py
tests/test_model.py
tests/test_plots.py
tests/test_projector.py
tests/test_runner.py
tests/test_schema.py
tests/test_tensor.py
tests/test_transform.py
tests/test_tutorials.py