LICENSE
MANIFEST.in
README.md
pyproject.toml
emout/__init__.py
emout/cli.py
emout/local_data_policy.py
emout.egg-info/PKG-INFO
emout.egg-info/SOURCES.txt
emout.egg-info/dependency_links.txt
emout.egg-info/entry_points.txt
emout.egg-info/requires.txt
emout.egg-info/top_level.txt
emout/core/__init__.py
emout/core/extraction.py
emout/core/facade.py
emout/core/units.py
emout/core/backtrace/__init__.py
emout/core/backtrace/backtrace_result.py
emout/core/backtrace/multi_backtrace_result.py
emout/core/backtrace/probability_result.py
emout/core/backtrace/solver_wrapper.py
emout/core/backtrace/xy_data.py
emout/core/boundaries/__init__.py
emout/core/boundaries/_base.py
emout/core/boundaries/_collection.py
emout/core/boundaries/_complex_types.py
emout/core/boundaries/_helpers.py
emout/core/boundaries/_legacy_types.py
emout/core/data/__init__.py
emout/core/data/_base.py
emout/core/data/_data1d.py
emout/core/data/_data2d.py
emout/core/data/_data3d.py
emout/core/data/_data4d.py
emout/core/data/data.py
emout/core/data/griddata_series.py
emout/core/data/particle_data.py
emout/core/data/particle_data_series.py
emout/core/data/vector_data.py
emout/core/io/__init__.py
emout/core/io/directory.py
emout/core/io/grid.py
emout/core/relocation/__init__.py
emout/core/relocation/electric.py
emout/core/relocation/magnetic.py
emout/distributed/__init__.py
emout/distributed/client.py
emout/distributed/clusters.py
emout/distributed/config.py
emout/distributed/remote_figure.py
emout/distributed/remote_render.py
emout/distributed/security.py
emout/distributed/server_state.py
emout/distributed/utils.py
emout/emout/__init__.py
emout/plot/__init__.py
emout/plot/_plot_2d.py
emout/plot/_plot_3d.py
emout/plot/_pyvista_helpers.py
emout/plot/_pyvista_scalar.py
emout/plot/_pyvista_vector.py
emout/plot/animation_plot.py
emout/plot/basic_plot.py
emout/plot/contour3d.py
emout/plot/extra_plot.py
emout/plot/plot_cross_sections.py
emout/plot/pyvista_plot.py
emout/plot/viz_surfaces.py
emout/plot/surface_cut/__init__.py
emout/plot/surface_cut/field.py
emout/plot/surface_cut/grid.py
emout/plot/surface_cut/mesh.py
emout/plot/surface_cut/viz.py
emout/utils/__init__.py
emout/utils/eflux.py
emout/utils/emsesinp.py
emout/utils/group.py
emout/utils/poisson.py
emout/utils/toml_converter.py
emout/utils/units.py
emout/utils/util.py
tests/test_annotation_compat.py
tests/test_boundaries.py
tests/test_boundaries_extended.py
tests/test_cli.py