AUTHORS.rst
LICENSE
README.md
setup.py
gempy_engine/__init__.py
gempy_engine/config.py
gempy_engine/optional_dependencies.py
gempy_engine.egg-info/PKG-INFO
gempy_engine.egg-info/SOURCES.txt
gempy_engine.egg-info/dependency_links.txt
gempy_engine.egg-info/requires.txt
gempy_engine.egg-info/top_level.txt
gempy_engine/API/__init__.py
gempy_engine/API/dual_contouring/__init__.py
gempy_engine/API/dual_contouring/_dual_contouring.py
gempy_engine/API/dual_contouring/_experimental_water_tight_DC_1.py
gempy_engine/API/dual_contouring/_interpolate_on_edges.py
gempy_engine/API/dual_contouring/_mask_buffer.py
gempy_engine/API/dual_contouring/multi_scalar_dual_contouring.py
gempy_engine/API/interp_single/__init__.py
gempy_engine/API/interp_single/_interp_scalar_field.py
gempy_engine/API/interp_single/_interp_single_feature.py
gempy_engine/API/interp_single/_multi_scalar_field_manager.py
gempy_engine/API/interp_single/_octree_generation.py
gempy_engine/API/interp_single/interp_features.py
gempy_engine/API/model/__init__.py
gempy_engine/API/model/model_api.py
gempy_engine/API/server/__init__.py
gempy_engine/API/server/_process_output.py
gempy_engine/API/server/_server_functions.py
gempy_engine/API/server/main_server_pro.py
gempy_engine/core/__init__.py
gempy_engine/core/backend_tensor.py
gempy_engine/core/utils.py
gempy_engine/core/data/__init__.py
gempy_engine/core/data/custom_segmentation_functions.py
gempy_engine/core/data/dual_contouring_data.py
gempy_engine/core/data/dual_contouring_mesh.py
gempy_engine/core/data/exported_fields.py
gempy_engine/core/data/exported_structs.py
gempy_engine/core/data/generic_grid.py
gempy_engine/core/data/grid.py
gempy_engine/core/data/input_data_descriptor.py
gempy_engine/core/data/internal_structs.py
gempy_engine/core/data/interp_output.py
gempy_engine/core/data/interpolation_functions.py
gempy_engine/core/data/interpolation_input.py
gempy_engine/core/data/matrices_sizes.py
gempy_engine/core/data/octree_level.py
gempy_engine/core/data/options.py
gempy_engine/core/data/raw_arrays_solution.py
gempy_engine/core/data/regular_grid.py
gempy_engine/core/data/scalar_field_output.py
gempy_engine/core/data/solutions.py
gempy_engine/core/data/stack_relation_type.py
gempy_engine/core/data/stacks_structure.py
gempy_engine/core/data/tensors_structure.py
gempy_engine/core/data/transforms.py
gempy_engine/core/data/kernel_classes/__init__.py
gempy_engine/core/data/kernel_classes/faults.py
gempy_engine/core/data/kernel_classes/kernel_functions.py
gempy_engine/core/data/kernel_classes/orientations.py
gempy_engine/core/data/kernel_classes/solvers.py
gempy_engine/core/data/kernel_classes/surface_points.py
gempy_engine/core/data/kernel_classes/server/__init__.py
gempy_engine/core/data/kernel_classes/server/input_parser.py
gempy_engine/modules/__init__.py
gempy_engine/modules/activator/__init__.py
gempy_engine/modules/activator/activator_interface.py
gempy_engine/modules/data_preprocess/__init__.py
gempy_engine/modules/data_preprocess/_input_preparation.py
gempy_engine/modules/data_preprocess/data_preprocess_interface.py
gempy_engine/modules/dual_contouring/__init__.py
gempy_engine/modules/dual_contouring/dual_contouring_interface.py
gempy_engine/modules/dual_contouring/fancy_triangulation.py
gempy_engine/modules/kernel_constructor/__init__.py
gempy_engine/modules/kernel_constructor/_b_vector_assembler.py
gempy_engine/modules/kernel_constructor/_covariance_assembler.py
gempy_engine/modules/kernel_constructor/_internalDistancesMatrices.py
gempy_engine/modules/kernel_constructor/_kernel_constructors.py
gempy_engine/modules/kernel_constructor/_kernel_selectors.py
gempy_engine/modules/kernel_constructor/_kernels_assembler.py
gempy_engine/modules/kernel_constructor/_pykeops_cov_compiler.py
gempy_engine/modules/kernel_constructor/_structs.py
gempy_engine/modules/kernel_constructor/_test_assembler.py
gempy_engine/modules/kernel_constructor/_utils.py
gempy_engine/modules/kernel_constructor/_vectors_preparation.py
gempy_engine/modules/kernel_constructor/kernel_constructor_interface.py
gempy_engine/modules/octrees_topology/__init__.py
gempy_engine/modules/octrees_topology/_octree_common.py
gempy_engine/modules/octrees_topology/_octree_internals.py
gempy_engine/modules/octrees_topology/octrees_topology_interface.py
gempy_engine/modules/solver/__init__.py
gempy_engine/modules/solver/solver_interface.py
gempy_engine/modules/topology/__init__.py
gempy_engine/modules/topology/topology _interface.py
gempy_engine/plugins/__init__.py
gempy_engine/plugins/plotting/__init__.py
gempy_engine/plugins/plotting/helper_functions.py
gempy_engine/plugins/plotting/helper_functions_pyvista.py
tests/__init__.py
tests/conftest.py
tests/test_installation.py
tests/verify_helper.py
tests/SKIP_tensor_flow/__init__.py
tests/SKIP_tensor_flow/test_backend_tensor.py
tests/SKIP_tensor_flow/test_tensorflow.py
tests/SKIP_tensor_flow/test_tf.py
tests/benchmark/__init__.py
tests/benchmark/one_fault_model.py
tests/benchmark/profile_runner.py
tests/benchmark/test_benchmark_one_feature.py
tests/fixtures/__init__.py
tests/fixtures/complex_geometries.py
tests/fixtures/grids.py
tests/fixtures/heavy_models.py
tests/fixtures/simple_geometries.py
tests/fixtures/simple_models.py
tests/test_common/__init__.py
tests/test_common/test_api/__init__.py
tests/test_common/test_api/test_output_to_subsurface.py
tests/test_common/test_api/test_public_interface.py
tests/test_common/test_api/test_faults/__init__.py
tests/test_common/test_api/test_faults/test_faults_graben.py
tests/test_common/test_api/test_faults/test_one_fault.py
tests/test_common/test_core/__init__.py
tests/test_common/test_core/test_data_classes.py
tests/test_common/test_dependencies/__init__.py
tests/test_common/test_dependencies/pykeops_test_compiler.py
tests/test_common/test_dependencies/test_pykeops.py
tests/test_common/test_integrations/__init__.py
tests/test_common/test_integrations/test_external_functions.py
tests/test_common/test_integrations/test_interpolate_model.py
tests/test_common/test_integrations/test_kernels.py
tests/test_common/test_integrations/test_multi_fields.py
tests/test_common/test_integrations/test_multi_fields_dual_contouring.py
tests/test_common/test_integrations/test_multiple_grids.py
tests/test_common/test_integrations/test_options.py
tests/test_common/test_modules/__init__.py
tests/test_common/test_modules/test_activator.py
tests/test_common/test_modules/test_dual.py
tests/test_common/test_modules/test_exporter.py
tests/test_common/test_modules/test_octrees.py
tests/test_common/test_modules/test_solver.py
tests/test_common/test_modules/test_topology.py
tests/test_common/test_modules/test_kernel_constructor/__init__.py
tests/test_common/test_modules/test_kernel_constructor/test_kernel_constructor.py
tests/test_common/test_modules/test_kernel_constructor/test_kernel_constructor_2.py
tests/test_common/test_modules/test_kernel_constructor/test_kernel_faults.py
tests/test_common/test_modules/test_kernel_constructor/test_universal.py
tests/test_common/test_prototyping/__init__.py
tests/test_common/test_prototyping/test_broadcasting.py