CMakeLists.txt
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
SeismicMesh/__init__.py
SeismicMesh.egg-info/PKG-INFO
SeismicMesh.egg-info/SOURCES.txt
SeismicMesh.egg-info/dependency_links.txt
SeismicMesh.egg-info/requires.txt
SeismicMesh.egg-info/top_level.txt
SeismicMesh/decomp/__init__.py
SeismicMesh/decomp/blocker.py
SeismicMesh/generation/__init__.py
SeismicMesh/generation/mesh_generator.py
SeismicMesh/generation/utils.py
SeismicMesh/generation/cpp/__init__.py
SeismicMesh/generation/cpp/delaunay.cpp
SeismicMesh/generation/cpp/delaunay_class.cpp
SeismicMesh/generation/cpp/delaunay_class3.cpp
SeismicMesh/geometry/__init__.py
SeismicMesh/geometry/signed_distance_functions.py
SeismicMesh/geometry/utils.py
SeismicMesh/geometry/cpp/__init__.py
SeismicMesh/geometry/cpp/fast_geometry.cpp
SeismicMesh/migration/__init__.py
SeismicMesh/migration/migration.py
SeismicMesh/migration/cpp/__init__.py
SeismicMesh/migration/cpp/cpputils.cpp
SeismicMesh/plots/__init__.py
SeismicMesh/plots/points.py
SeismicMesh/plots/qual.py
SeismicMesh/plots/simpplot.py
SeismicMesh/sizing/__init__.py
SeismicMesh/sizing/mesh_size_function.py
SeismicMesh/sizing/cpp/FastHJ.cpp
SeismicMesh/sizing/cpp/__init__.py
examples/__init__.py
examples/example_2D.py
examples/example_2D_irregular.py
examples/example_3D.py
examples/example_3D_SDF.py
examples/example_3D_SDF2.py
examples/example_write.py
examples/salt_body_egage.py
pybind11/CMakeLists.txt
pybind11/include/pybind11/attr.h
pybind11/include/pybind11/buffer_info.h
pybind11/include/pybind11/cast.h
pybind11/include/pybind11/chrono.h
pybind11/include/pybind11/common.h
pybind11/include/pybind11/complex.h
pybind11/include/pybind11/eigen.h
pybind11/include/pybind11/embed.h
pybind11/include/pybind11/eval.h
pybind11/include/pybind11/functional.h
pybind11/include/pybind11/iostream.h
pybind11/include/pybind11/numpy.h
pybind11/include/pybind11/operators.h
pybind11/include/pybind11/options.h
pybind11/include/pybind11/pybind11.h
pybind11/include/pybind11/pytypes.h
pybind11/include/pybind11/stl.h
pybind11/include/pybind11/stl_bind.h
pybind11/include/pybind11/detail/class.h
pybind11/include/pybind11/detail/common.h
pybind11/include/pybind11/detail/descr.h
pybind11/include/pybind11/detail/init.h
pybind11/include/pybind11/detail/internals.h
pybind11/include/pybind11/detail/typeid.h
pybind11/tests/CMakeLists.txt
pybind11/tests/test_cmake_build/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
pybind11/tests/test_embed/CMakeLists.txt