.gitlab-ci.yml
.readthedocs.yaml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/authors.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/modules.rst
docs/source/pheromone_dispersion.rst
docs/source/pherosensor.rst
docs/source/readme.rst
docs/source/source_localization.rst
docs/source/usage.rst
docs/source/utils.rst
features/2D_adjoint_model.feature
features/2D_direct_model.feature
features/advection_term.feature
features/apply_control_to_direct_model.feature
features/control.feature
features/cost.feature
features/cost_add_reg.feature
features/cost_minimize_algo.feature
features/cost_minimize_output.feature
features/cost_minimize_restart.feature
features/cost_modify_weight_reg.feature
features/cost_obs.feature
features/cost_reg.feature
features/cost_reg_types.feature
features/cost_remove_reg.feature
features/cost_weight_reg.feature
features/depot_coeff_from_land_occup_data.feature
features/diffusion_tensor.feature
features/diffusion_term.feature
features/gaussian_plume.feature
features/geometry.feature
features/gradient_descent.feature
features/non_zero_div_velocity_field.feature
features/obs.feature
features/obs_operator.feature
features/population_dynamic_models.feature
features/proximal_gradient.feature
features/reaction_term.feature
features/source_term.feature
features/steady_velocity_field.feature
features/velocity_field.feature
features/velocity_from_meteo_data.feature
src/pheromone_dispersion/__init__.py
src/pheromone_dispersion/__main__.py
src/pheromone_dispersion/advection_operator.py
src/pheromone_dispersion/cli.py
src/pheromone_dispersion/convection_diffusion_2D.py
src/pheromone_dispersion/deposition_coeff.py
src/pheromone_dispersion/diffusion_operator.py
src/pheromone_dispersion/diffusion_tensor.py
src/pheromone_dispersion/gaussian_plume.py
src/pheromone_dispersion/geom.py
src/pheromone_dispersion/identity_operator.py
src/pheromone_dispersion/reaction_operator.py
src/pheromone_dispersion/source_term.py
src/pheromone_dispersion/velocity.py
src/pherosensor/__init__.py
src/pherosensor/__main__.py
src/pherosensor/cli.py
src/pherosensor.egg-info/PKG-INFO
src/pherosensor.egg-info/SOURCES.txt
src/pherosensor.egg-info/dependency_links.txt
src/pherosensor.egg-info/entry_points.txt
src/pherosensor.egg-info/not-zip-safe
src/pherosensor.egg-info/requires.txt
src/pherosensor.egg-info/top_level.txt
src/source_localization/__init__.py
src/source_localization/adjoint_convection_diffusion_2D.py
src/source_localization/control.py
src/source_localization/cost.py
src/source_localization/gradient_descent.py
src/source_localization/obs.py
src/source_localization/population_dynamique.py
src/source_localization/proximal_gradient.py
src/utils/__init__.py
src/utils/generate_gif.py
src/utils/geom_to_shapefile.py
src/utils/plot_colormap.py
src/utils/plot_cost.py
src/utils/plot_ctrl.py
src/utils/plot_ctrl_error.py
src/utils/plot_env_param.py
src/utils/plot_obs.py
src/utils/superlevel_set.py
tests/test_2D_adjoint_model.py
tests/test_2D_direct_model.py
tests/test_advection_term.py
tests/test_apply_control_to_direct_model.py
tests/test_control.py
tests/test_cost.py
tests/test_cost_add_reg.py
tests/test_cost_minimize_algo.py
tests/test_cost_minimize_output.py
tests/test_cost_minimize_restart.py
tests/test_cost_modify_weight_reg.py
tests/test_cost_obs.py
tests/test_cost_reg.py
tests/test_cost_reg_types.py
tests/test_cost_remove_reg.py
tests/test_cost_weight_reg.py
tests/test_depot_coeff_from_land_occup_data.py
tests/test_diffusion_tensor.py
tests/test_diffusion_term.py
tests/test_gaussian_plume.py
tests/test_geometry.py
tests/test_gradient_descent.py
tests/test_non_zero_div_velocity_field.py
tests/test_obs.py
tests/test_obs_operator.py
tests/test_pherosensor.py
tests/test_population_dynamic_models.py
tests/test_proximal_gradient.py
tests/test_reaction_term.py
tests/test_source_term.py
tests/test_steady_velocity_field.py
tests/test_velocity_field.py
tests/test_velocity_from_meteo_data.py
tests/test_data/K_u.npy
tests/test_data/K_u_t.npy
tests/test_data/Lx.npy
tests/test_data/Ly.npy
tests/test_data/Q.npy
tests/test_data/Q_invalid.npy
tests/test_data/Tfinal.npy
tests/test_data/U_hi.npy
tests/test_data/U_hi_invalid.npy
tests/test_data/U_hi_non_zero_div.npy
tests/test_data/U_vi.npy
tests/test_data/U_vi_invalid.npy
tests/test_data/U_vi_non_zero_div.npy
tests/test_data/X_obs.npy
tests/test_data/d_obs.npy
tests/test_data/depot_coeff.npy
tests/test_data/depot_coeff_invalid.npy
tests/test_data/df_test.csv
tests/test_data/dx.npy
tests/test_data/dy.npy
tests/test_data/land_occupation.cpg
tests/test_data/land_occupation.dbf
tests/test_data/land_occupation.shp
tests/test_data/land_occupation.shx
tests/test_data/t.npy
tests/test_data/t_obs.npy