.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
Makefile
README.md
noxfile.py
pyproject.toml
setup.cfg
.github/CODEOWNERS
.github/FUNDING.yml
.github/workflows/build.yaml
.github/workflows/deploy.yaml
.github/workflows/draft-pdf.yml
docs/CHANGELOG.md
docs/CONTRIBUTING.md
docs/Doxyfile
docs/LICENSE
docs/Makefile
docs/authors.md
docs/autosum.rst
docs/conf.py
docs/html_theme_options.py
docs/index.rst
docs/install.rst
docs/install_opt.rst
docs/intro.md
docs/license.rst
docs/ls_intersphinx_targets.py
docs/ls_no_extensions.py
docs/make.bat
docs/tuto_cbox.myst.md
docs/tuto_config.rst
docs/tuto_packaging.rst
docs/tuto_phill_make.myst.md
docs/tuto_phill_script.myst.md
docs/tuto_phill_setup.myst.md
docs/tuto_tgv.myst.md
docs/tutorials.md
docs/_static/doxy_style.css
docs/_static/favicon.ico
docs/_static/history_points.png
docs/_static/icon.png
docs/_static/icon.svg
docs/_templates/layout.html
docs/debug/gh-163-snakemake-resources/Snakefile
docs/debug/gh-163-snakemake-resources/noxfile.py
docs/debug/gh-163-snakemake-resources/run.py
docs/debug/gh-163-snakemake-resources/run.sh
docs/dev/edit_tutorials.md
docs/dev/filtering.rst
docs/dev/goodies.myst.md
docs/dev/howto_doc.md
docs/dev/howto_test.md
docs/dev/index.rst
docs/dev/nek.rst
docs/dev/output.rst
docs/dev/params.rst
docs/dev/phys_fields.rst
docs/dev/release.md
docs/dev/roadmap.rst
docs/dev/solver.rst
docs/examples/scripts/simul_cbox_movie.py
docs/examples/scripts/tuto_cbox.py
docs/examples/scripts/tuto_phill.py
docs/examples/scripts/tuto_tgv.py
docs/examples/snek5000-canonical/.copier-answers.yml
docs/examples/snek5000-canonical/LICENSE
docs/examples/snek5000-canonical/README.md
docs/examples/snek5000-canonical/pyproject.toml
docs/examples/snek5000-canonical/setup.cfg
docs/examples/snek5000-canonical/setup.py
docs/examples/snek5000-canonical/src/snek5000_canonical/Snakefile
docs/examples/snek5000-canonical/src/snek5000_canonical/__init__.py
docs/examples/snek5000-canonical/src/snek5000_canonical/canonical.usr.f
docs/examples/snek5000-canonical/src/snek5000_canonical/output.py
docs/examples/snek5000-canonical/src/snek5000_canonical/phys_fields.py
docs/examples/snek5000-canonical/src/snek5000_canonical/solver.py
docs/examples/snek5000-tgv/LICENSE
docs/examples/snek5000-tgv/README.md
docs/examples/snek5000-tgv/ref_data_spectral_code.csv
docs/examples/snek5000-tgv/setup.cfg
docs/examples/snek5000-tgv/setup.py
docs/examples/snek5000-tgv/src/snek5000_tgv/Snakefile
docs/examples/snek5000-tgv/src/snek5000_tgv/__init__.py
docs/examples/snek5000-tgv/src/snek5000_tgv/output.py
docs/examples/snek5000-tgv/src/snek5000_tgv/solver.py
docs/examples/snek5000-tgv/src/snek5000_tgv/tgv.par.cfg
docs/examples/snek5000-tgv/src/snek5000_tgv/tgv.usr.f
docs/how-to/adaptive_time_step.md
docs/how-to/archive-simulation-data.md
docs/how-to/config-c-fortran-compilers.md
docs/how-to/control-fortran-warnings.md
docs/how-to/export-sans-snek5000.myst.md
docs/how-to/history_points.md
docs/how-to/index.md
docs/how-to/load_plot_log_data.md
docs/how-to/load_state_stat_files.md
docs/how-to/read-write-par-files.md
docs/how-to/rebuild-nek.md
docs/how-to/restart.myst.md
docs/how-to/run-background-foreground.md
docs/how-to/snek-make.myst.md
docs/how-to/templates.md
docs/joss_paper/Makefile
docs/joss_paper/codemeta.json
docs/joss_paper/generate_metadata.py
docs/joss_paper/joss-defaults.yaml
docs/joss_paper/paper.bib
docs/joss_paper/paper.md
requirements/README.md
requirements/default.nix
requirements/dev.txt
requirements/docs.txt
requirements/environment.yaml
requirements/main.txt
requirements/tests-editable.txt
requirements/tests.txt
requirements/vcs_packages.in
src/snek5000/__init__.py
src/snek5000/_version.py
src/snek5000/clusters.py
src/snek5000/config.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/output/__init__.py
src/snek5000/output/base.py
src/snek5000/output/history_points.py
src/snek5000/output/phys_fields.py
src/snek5000/output/print_stdout.py
src/snek5000/output/remaining_clock_time.py
src/snek5000/output/simple_csv.py
src/snek5000/output/spatial_means.py
src/snek5000/output/readers/__init__.py
src/snek5000/output/readers/pymech_.py
src/snek5000/output/readers/try_paraview_.py
src/snek5000/resources/SIZE.j2
src/snek5000/resources/__init__.py
src/snek5000/resources/box.j2
src/snek5000/resources/compile.sh.j2
src/snek5000/resources/compiler.smk
src/snek5000/resources/default_configfile.yml
src/snek5000/resources/internal.smk
src/snek5000/resources/io.smk
src/snek5000/resources/makefile_usr.inc.j2
src/snek5000/resources/nek5000.smk
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/console.py
src/snek5000/util/files.py
src/snek5000/util/gfortran_log.py
src/snek5000/util/restart.py
src/snek5000/util/smake.py
tests/conftest.py
tests/test_archive.py
tests/test_cbox.py
tests/test_clusters.py
tests/test_config.py
tests/test_console.py
tests/test_files.py
tests/test_load_simul.py
tests/test_magic.py
tests/test_make.py
tests/test_oper.py
tests/test_params.py
tests/test_resources.py
tests/test_restart.py
tests/test_restart_command.py
tests/test_sim_executed.py
tests/test_solver.py
tests/test_tgv.py
tests/test_tuto_packaging.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