LICENSE
README.md
pyproject.toml
src/andfn/__init__.py
src/andfn/bounding.py
src/andfn/const_head.py
src/andfn/constants.py
src/andfn/dfn.py
src/andfn/element.py
src/andfn/fracture.py
src/andfn/geometry_functions.py
src/andfn/impermeable_object.py
src/andfn/intersection.py
src/andfn/io.py
src/andfn/math_functions.py
src/andfn/regions.py
src/andfn/structures.py
src/andfn/utils.py
src/andfn/well.py
src/andfn.egg-info/PKG-INFO
src/andfn.egg-info/SOURCES.txt
src/andfn.egg-info/dependency_links.txt
src/andfn.egg-info/requires.txt
src/andfn.egg-info/top_level.txt
src/andfn/hpc/__init__.py
src/andfn/hpc/hpc_bounding_circle.py
src/andfn/hpc/hpc_const_head_line.py
src/andfn/hpc/hpc_fracture.py
src/andfn/hpc/hpc_geometry_functions.py
src/andfn/hpc/hpc_imp_object.py
src/andfn/hpc/hpc_intersection.py
src/andfn/hpc/hpc_math_functions.py
src/andfn/hpc/hpc_solve.py
src/andfn/hpc/hpc_well.py
tests/test_bounding.py
tests/test_const_head.py
tests/test_constants.py
tests/test_dfn.py
tests/test_element.py
tests/test_fracture.py
tests/test_geometry_functions.py
tests/test_hpc_bounding_circle.py
tests/test_hpc_const_head_line.py
tests/test_hpc_fracture.py
tests/test_hpc_geometry_functions.py
tests/test_hpc_imp_object.py
tests/test_hpc_init.py
tests/test_hpc_intersection.py
tests/test_hpc_math_functions.py
tests/test_hpc_solve.py
tests/test_hpc_well.py
tests/test_impermeable_object.py
tests/test_intersection.py
tests/test_io.py
tests/test_math_functions.py
tests/test_regions.py
tests/test_structures.py
tests/test_utils.py
tests/test_well.py