LICENSE
README.md
pyproject.toml
evoxels/__init__.py
evoxels/boundary_conditions.py
evoxels/fd_stencils.py
evoxels/function_approximators.py
evoxels/inversion.py
evoxels/problem_definition.py
evoxels/profiler.py
evoxels/solvers.py
evoxels/timesteppers.py
evoxels/utils.py
evoxels/voxelfields.py
evoxels/voxelgrid.py
evoxels.egg-info/PKG-INFO
evoxels.egg-info/SOURCES.txt
evoxels.egg-info/dependency_links.txt
evoxels.egg-info/requires.txt
evoxels.egg-info/top_level.txt
evoxels/precompiled_solvers/__init__.py
evoxels/precompiled_solvers/allen_cahn.py
evoxels/precompiled_solvers/cahn_hilliard.py
tests/test_fields.py
tests/test_inversion.py
tests/test_laplace.py
tests/test_rhs.py
tests/test_solvers.py