AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
docs/Makefile
docs/make.bat
docs/sources/api_reference.rst
docs/sources/authors.rst
docs/sources/bibliography.rst
docs/sources/changelog.rst
docs/sources/conf.py
docs/sources/contributing.rst
docs/sources/forward.rst
docs/sources/glossary.rst
docs/sources/index.rst
docs/sources/installation.rst
docs/sources/inverse.rst
docs/sources/plot.rst
docs/sources/readme.rst
docs/sources/utils.rst
docs/sources/_templates/autosummary/base.rst
docs/sources/_templates/autosummary/class.rst
docs/sources/_templates/autosummary/module.rst
pyrtid/__about__.py
pyrtid/__init__.py
pyrtid.egg-info/PKG-INFO
pyrtid.egg-info/SOURCES.txt
pyrtid.egg-info/dependency_links.txt
pyrtid.egg-info/requires.txt
pyrtid.egg-info/top_level.txt
pyrtid/forward/__init__.py
pyrtid/forward/flow_solver.py
pyrtid/forward/geochem_solver.py
pyrtid/forward/geochem_utils.py
pyrtid/forward/models.py
pyrtid/forward/solver.py
pyrtid/forward/transport_solver.py
pyrtid/inverse/__init__.py
pyrtid/inverse/loss_function.py
pyrtid/inverse/model.py
pyrtid/inverse/obs.py
pyrtid/inverse/params.py
pyrtid/inverse/asm/__init__.py
pyrtid/inverse/asm/adensity_solver.py
pyrtid/inverse/asm/aflow_solver.py
pyrtid/inverse/asm/ageochem_solver.py
pyrtid/inverse/asm/amain_solver.py
pyrtid/inverse/asm/amodels.py
pyrtid/inverse/asm/atransport_solver.py
pyrtid/inverse/asm/gradients.py
pyrtid/inverse/executors/__init__.py
pyrtid/inverse/executors/base.py
pyrtid/inverse/executors/esmda.py
pyrtid/inverse/executors/lbfgsb.py
pyrtid/inverse/executors/pcga.py
pyrtid/inverse/executors/scipy.py
pyrtid/inverse/executors/sies.py
pyrtid/inverse/executors/stochopy.py
pyrtid/inverse/fsm/__init__.py
pyrtid/inverse/fsm/dFds.py
pyrtid/inverse/fsm/dFdu.py
pyrtid/inverse/fsm/fd.py
pyrtid/inverse/fsm/solver.py
pyrtid/inverse/solvers/__init__.py
pyrtid/inverse/solvers/pcga/__init__.py
pyrtid/inverse/solvers/pcga/pcga.py
pyrtid/plot/__init__.py
pyrtid/plot/config.py
pyrtid/plot/plt_gradient.py
pyrtid/plot/plt_obs_vs_simu.py
pyrtid/plot/plt_percentiles.py
pyrtid/regularization/__init__.py
pyrtid/regularization/aca.py
pyrtid/regularization/adaptive.py
pyrtid/regularization/base.py
pyrtid/regularization/covariances.py
pyrtid/regularization/discrete.py
pyrtid/regularization/distribution.py
pyrtid/regularization/geostatistical.py
pyrtid/regularization/hmatrix.py
pyrtid/regularization/lcurve.py
pyrtid/regularization/priors.py
pyrtid/regularization/stats.py
pyrtid/regularization/tikhonov.py
pyrtid/regularization/toeplitz.py
pyrtid/regularization/tree.py
pyrtid/regularization/tv.py
pyrtid/utils/__init__.py
pyrtid/utils/callbacks.py
pyrtid/utils/dataclass.py
pyrtid/utils/enum.py
pyrtid/utils/finite_differences.py
pyrtid/utils/grid.py
pyrtid/utils/means.py
pyrtid/utils/numpy_helpers.py
pyrtid/utils/operators.py
pyrtid/utils/preconditioner.py
pyrtid/utils/random_field.py
pyrtid/utils/sparse_helpers.py
pyrtid/utils/spatial_filters.py
pyrtid/utils/spde.py
pyrtid/utils/types.py
pyrtid/utils/wellfield.py
tests/__init__.py
tests/forward/test_geochem.py
tests/forward/test_models.py
tests/forward/test_solver.py
tests/integration/test_1d_pure_hydro.py
tests/inverse/test_amodel.py
tests/inverse/test_executors.py
tests/inverse/test_loss_function.py
tests/inverse/test_obs.py
tests/inverse/test_params.py
tests/plot/test_obs_vs_simu.py
tests/plot/test_plot_percentiles.py
tests/regularization/test_aca.py
tests/regularization/test_adaptive.py
tests/regularization/test_base.py
tests/regularization/test_covariances.py
tests/regularization/test_distribution.py
tests/regularization/test_hmatrix.py
tests/regularization/test_lcurve.py
tests/regularization/test_priors.py
tests/regularization/test_reg_geostatistics.py
tests/regularization/test_reg_local.py
tests/regularization/test_toeplitz.py
tests/regularization/test_tree.py
tests/utils/test_dataclass.py
tests/utils/test_enum.py
tests/utils/test_finite_differences.py
tests/utils/test_grid.py
tests/utils/test_means.py
tests/utils/test_numpy_helpers.py
tests/utils/test_operators.py
tests/utils/test_preconditioner.py
tests/utils/test_random_field.py
tests/utils/test_sparse_helpers.py
tests/utils/test_spatial_filters.py
tests/utils/test_spde.py
tests/utils/test_types.py
tests/utils/test_versions.py
tests/utils/test_wellfield.py