AUTHORS
LICENSE
README.md
pyproject.toml
src/llg3d/__init__.py
src/llg3d/__main__.py
src/llg3d/element.py
src/llg3d/grid.py
src/llg3d/io.py
src/llg3d/main.py
src/llg3d/parameters.py
src/llg3d/py.typed
src/llg3d.egg-info/PKG-INFO
src/llg3d.egg-info/SOURCES.txt
src/llg3d.egg-info/dependency_links.txt
src/llg3d.egg-info/entry_points.txt
src/llg3d.egg-info/requires.txt
src/llg3d.egg-info/top_level.txt
src/llg3d/benchmarks/__init__.py
src/llg3d/benchmarks/compare_commits.py
src/llg3d/benchmarks/efficiency.py
src/llg3d/benchmarks/utils.py
src/llg3d/post/__init__.py
src/llg3d/post/extract.py
src/llg3d/post/info.py
src/llg3d/post/m1_vs_T.py
src/llg3d/post/m1_vs_time.py
src/llg3d/post/process.py
src/llg3d/post/utils.py
src/llg3d/post/x_profiles.py
src/llg3d/solvers/__init__.py
src/llg3d/solvers/base.py
src/llg3d/solvers/math_utils.py
src/llg3d/solvers/mpi.py
src/llg3d/solvers/numpy.py
src/llg3d/solvers/opencl.py
src/llg3d/solvers/profiling.py
src/llg3d/solvers/experimental/__init__.py
src/llg3d/solvers/experimental/jax.py
tests/test_element.py
tests/test_grid.py
tests/test_io.py
tests/test_main.py
tests/test_parameters.py
tests/test_profiling.py