CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/shamo/__init__.py
src/shamo.egg-info/PKG-INFO
src/shamo.egg-info/SOURCES.txt
src/shamo.egg-info/dependency_links.txt
src/shamo.egg-info/entry_points.txt
src/shamo.egg-info/not-zip-safe
src/shamo.egg-info/requires.txt
src/shamo.egg-info/top_level.txt
src/shamo/cli/__init__.py
src/shamo/cli/report.py
src/shamo/core/__init__.py
src/shamo/core/distributions/__init__.py
src/shamo/core/distributions/abc.py
src/shamo/core/distributions/constant.py
src/shamo/core/distributions/normal.py
src/shamo/core/distributions/uniform.py
src/shamo/core/fem/__init__.py
src/shamo/core/fem/fem.py
src/shamo/core/fem/field.py
src/shamo/core/fem/group.py
src/shamo/core/fem/tissue.py
src/shamo/core/fem/sensors/__init__.py
src/shamo/core/fem/sensors/abc.py
src/shamo/core/fem/sensors/point.py
src/shamo/core/fem/sensors/surface.py
src/shamo/core/objects/__init__.py
src/shamo/core/objects/abc.py
src/shamo/core/objects/dir.py
src/shamo/core/objects/file.py
src/shamo/core/problems/__init__.py
src/shamo/core/problems/parametric/__init__.py
src/shamo/core/problems/parametric/abc.py
src/shamo/core/problems/parametric/getdp.py
src/shamo/core/problems/parametric/components/__init__.py
src/shamo/core/problems/parametric/components/tissue_property.py
src/shamo/core/problems/parametric/components/value.py
src/shamo/core/problems/single/__init__.py
src/shamo/core/problems/single/abc.py
src/shamo/core/problems/single/getdp.py
src/shamo/core/problems/single/components/__init__.py
src/shamo/core/problems/single/components/abc.py
src/shamo/core/problems/single/components/file_path.py
src/shamo/core/problems/single/components/grid_sampler.py
src/shamo/core/problems/single/components/sensors.py
src/shamo/core/problems/single/components/tissue_property.py
src/shamo/core/problems/single/components/tissues.py
src/shamo/core/solutions/__init__.py
src/shamo/core/solutions/parametric/__init__.py
src/shamo/core/solutions/parametric/abc.py
src/shamo/core/solutions/parametric/getdp.py
src/shamo/core/solutions/single/__init__.py
src/shamo/core/solutions/single/getdp.py
src/shamo/core/surrogate/__init__.py
src/shamo/core/surrogate/abc.py
src/shamo/core/surrogate/masked_scalar.py
src/shamo/core/surrogate/scalar.py
src/shamo/eeg/__init__.py
src/shamo/eeg/leadfield/__init__.py
src/shamo/eeg/leadfield/parametric/__init__.py
src/shamo/eeg/leadfield/parametric/problem.py
src/shamo/eeg/leadfield/parametric/solution.py
src/shamo/eeg/leadfield/parametric/surrogate.py
src/shamo/eeg/leadfield/single/__init__.py
src/shamo/eeg/leadfield/single/problem.py
src/shamo/eeg/leadfield/single/solution.py
src/shamo/hd_tdcs/__init__.py
src/shamo/hd_tdcs/simulation/__init__.py
src/shamo/hd_tdcs/simulation/parametric/__init__.py
src/shamo/hd_tdcs/simulation/parametric/problem.py
src/shamo/hd_tdcs/simulation/parametric/solution.py
src/shamo/hd_tdcs/simulation/parametric/surrogate.py
src/shamo/hd_tdcs/simulation/single/__init__.py
src/shamo/hd_tdcs/simulation/single/problem.py
src/shamo/hd_tdcs/simulation/single/solution.py
src/shamo/templates/pro/dom.tmplt
src/shamo/templates/pro/dom_active.tmplt
src/shamo/templates/pro/eeg_leadfield.tmplt
src/shamo/templates/pro/hdtdcs_simulation.tmplt
src/shamo/templates/pro/integration.tmplt
src/shamo/templates/pro/jacobian.tmplt
src/shamo/templates/pro/post_op.tmplt
src/shamo/templates/pro/post_pro.tmplt
src/shamo/templates/pro/sigma.tmplt
src/shamo/templates/py/eeg_leadfield.tmplt
src/shamo/templates/py/hdtdcs_simulation.tmplt
src/shamo/utils/__init__.py
src/shamo/utils/geometry.py
src/shamo/utils/logging.py
src/shamo/utils/onelab.py
src/shamo/utils/path.py