AUTHORS
LICENSE
README.md
pyproject.toml
src/llg3d/__init__.py
src/llg3d/__main__.py
src/llg3d/element.py
src/llg3d/grid.py
src/llg3d/main.py
src/llg3d/output.py
src/llg3d/parameters.py
src/llg3d/simulation.py
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/post/__init__.py
src/llg3d/post/plot_results.py
src/llg3d/post/process.py
src/llg3d/post/temperature.py
src/llg3d/solver/__init__.py
src/llg3d/solver/jax.py
src/llg3d/solver/mpi.py
src/llg3d/solver/numpy.py
src/llg3d/solver/opencl.py
src/llg3d/solver/solver.py
tests/test_element.py
tests/test_grid.py
tests/test_main.py
tests/test_parameters.py