.editorconfig
.exrc
.git_archival.txt
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
Snakefile
activate.sh
pyproject.toml
setup.cfg
setup.py
.github/CODEOWNERS
.github/workflows/tests.yml
docs/AUTHORS.md
docs/CHANGELOG.md
docs/CONTRIBUTING.md
docs/Doxyfile
docs/LICENSE
docs/Makefile
docs/README.md
docs/conf.py
docs/filtering.rst
docs/index.rst
docs/internals.rst
docs/license.rst
docs/ls_no_extensions.py
docs/make.bat
docs/nek5000.rst
docs/packaging.rst
docs/release.rst
docs/roadmap.rst
docs/tutorials.rst
docs/_static/doxy_style.css
docs/_static/favicon.ico
docs/_static/icon.png
docs/_static/icon.svg
docs/_templates/layout.html
docs/ipynb/executed/tuto_simul.ipynb
src/snek5000/__init__.py
src/snek5000/_version.py
src/snek5000/clusters.py
src/snek5000/const.py
src/snek5000/info.py
src/snek5000/log.py
src/snek5000/magic.py
src/snek5000/make.py
src/snek5000/operators.py
src/snek5000/params.py
src/snek5000.egg-info/PKG-INFO
src/snek5000.egg-info/SOURCES.txt
src/snek5000.egg-info/dependency_links.txt
src/snek5000.egg-info/entry_points.txt
src/snek5000.egg-info/requires.txt
src/snek5000.egg-info/top_level.txt
src/snek5000/assets/SIZE.j2
src/snek5000/assets/__init__.py
src/snek5000/assets/box.j2
src/snek5000/assets/compile.sh.j2
src/snek5000/assets/compiler.smk
src/snek5000/assets/default_configfile.yml
src/snek5000/assets/internal.smk
src/snek5000/assets/io.smk
src/snek5000/assets/makefile_usr.inc.j2
src/snek5000/assets/nek5000.smk
src/snek5000/output/__init__.py
src/snek5000/output/base.py
src/snek5000/output/phys_fields.py
src/snek5000/output/print_stdout.py
src/snek5000/solvers/__init__.py
src/snek5000/solvers/base.py
src/snek5000/solvers/kth.py
src/snek5000/util/__init__.py
src/snek5000/util/archive.py
src/snek5000/util/smake.py
tests/.editorconfig
tests/conftest.py
tests/test_archive.py
tests/test_magic.py
tests/test_oper.py
tests/test_params.py
tests/test_resources.py
tests/test_solver.py
tests/test_util.py
tests/test_oper/test_box_2d.box
tests/test_oper/test_box_template.box
tests/test_oper/test_size_2d.f
tests/test_oper/test_size_template.f