.gitignore
.readthedocs.yaml
CITATION.cff
CODE_OF_CONDUCT.md
LICENSE
README.md
codecov.yml
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/add-institution.yml
.github/ISSUE_TEMPLATE/bug-report.md
.github/scripts/add_institution.py
.github/workflows/add-institution.yml
.github/workflows/benchmark.yml
.github/workflows/ci_conda.yml
.github/workflows/ci_docker.yml
.github/workflows/code_formatting.yml
.github/workflows/conda-nightly.yml
.github/workflows/doctest.yml
.github/workflows/python-publish.yml
conda/recipe/meta.yaml
docs/environment.yml
docs/source/Makefile
docs/source/conf.py
docs/source/fellowship.rst
docs/source/fellowship_tez.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/make.bat
docs/source/publications.rst
docs/source/theory.rst
docs/source/_data/publications.yml
docs/source/_data/publications_cache.json
docs/source/_ext/publications.py
docs/source/_static/favicon.png
docs/source/_static/style.css
docs/source/_static/fellowship/tez1.jpg
docs/source/_static/fellowship/tez2.jpg
docs/source/_static/gallery/arc.png
docs/source/_static/gallery/fitting_tds.png
docs/source/_static/gallery/hx.gif
docs/source/_static/gallery/microstructure.png
docs/source/_static/gallery/monoblock.png
docs/source/_static/gallery/openmc_coupling.png
docs/source/_static/gallery/probe.png
docs/source/_static/gallery/tds.png
docs/source/_static/logos/Beihang_University.png
docs/source/_static/logos/Commonwealth_Fusion_Systems Devens_MA_USA.png
docs/source/_static/logos/Cranfield_University_UK.png
docs/source/_static/logos/ENEA.png
docs/source/_static/logos/ENI.png
docs/source/_static/logos/Exeter_University_UK.png
docs/source/_static/logos/Frazer_Nash.png
docs/source/_static/logos/GenF_Systems.jpg
docs/source/_static/logos/IRFM_cadarache_France.png
docs/source/_static/logos/ITER_organization_France.png
docs/source/_static/logos/Institut_Jožef_Stefan.png
docs/source/_static/logos/Institute_of_plasma_physics_Chinese_academy_of_sciences.png
docs/source/_static/logos/Kyoto_Fusioneering.png
docs/source/_static/logos/LSPM_Villetaneuse_France.png
docs/source/_static/logos/Logo_of_University_of_Tsukuba.png
docs/source/_static/logos/MEPhI_moscow_Russia.png
docs/source/_static/logos/MIT_Cambridge_MA_USA.png
docs/source/_static/logos/Marathon_Fusion_USA.png
docs/source/_static/logos/Oak_Ridge_National_Laboratory.png
docs/source/_static/logos/Politecnico_di_Torino.png
docs/source/_static/logos/Thea_Energy_USA.png
docs/source/_static/logos/UKAEA_UK.png
docs/source/_static/logos/University_San_Diego.png
docs/source/_static/logos/University_Wisconsin_Madison_USA.png
docs/source/_static/logos/University_of_Surrey.png
docs/source/_static/logos/University_of_Tsukuba.png
docs/source/_static/logos/Zap_Energy.png
docs/source/_static/logos/digiLab_UK.png
docs/source/_static/logos/rochester.svg
docs/source/api/index.rst
docs/source/bibliography/references.bib
docs/source/devguide/index.rst
docs/source/files/Mesh_1.med
docs/source/images/festim logo dark.png
docs/source/images/festim logo.png
docs/source/images/gmsh_tut_1.png
docs/source/images/gmsh_tut_2.png
docs/source/images/gmsh_tut_3.png
docs/source/images/gmsh_tut_4.png
docs/source/images/gmsh_tut_5.png
docs/source/images/paraview_guide_1.png
docs/source/images/paraview_guide_2.png
docs/source/images/potential_diagram.png
docs/source/images/recomb_sketch.png
docs/source/images/salome_guide_1.png
docs/source/images/salome_guide_10.png
docs/source/images/salome_guide_11.png
docs/source/images/salome_guide_12.png
docs/source/images/salome_guide_13.png
docs/source/images/salome_guide_14.png
docs/source/images/salome_guide_2.png
docs/source/images/salome_guide_3.png
docs/source/images/salome_guide_4.png
docs/source/images/salome_guide_5.png
docs/source/images/salome_guide_6.png
docs/source/images/salome_guide_7.png
docs/source/images/salome_guide_8.png
docs/source/images/salome_guide_9.png
docs/source/images/salome_guide_cad_1.png
docs/source/images/salome_guide_cad_2.png
docs/source/images/salome_guide_cad_3.png
docs/source/userguide/beginners_guide.rst
docs/source/userguide/boundary_conditions.rst
docs/source/userguide/export_post_processing.rst
docs/source/userguide/index.rst
docs/source/userguide/initial_conditions.rst
docs/source/userguide/mesh.rst
docs/source/userguide/running_in_parallel.rst
docs/source/userguide/settings.rst
docs/source/userguide/sources.rst
docs/source/userguide/species.rst
docs/source/userguide/stepsize.rst
docs/source/userguide/subdomains.rst
docs/source/userguide/temperature.rst
docs/source/userguide/troubleshooting.rst
docs/source/userguide/units.rst
src/FESTIM.egg-info/PKG-INFO
src/FESTIM.egg-info/SOURCES.txt
src/FESTIM.egg-info/dependency_links.txt
src/FESTIM.egg-info/requires.txt
src/FESTIM.egg-info/top_level.txt
src/festim/__init__.py
src/festim/_version.py
src/festim/advection.py
src/festim/coupled_heat_hydrogen_problem.py
src/festim/heat_transfer_problem.py
src/festim/helpers.py
src/festim/hydrogen_transport_problem.py
src/festim/initial_condition.py
src/festim/material.py
src/festim/problem.py
src/festim/reaction.py
src/festim/settings.py
src/festim/source.py
src/festim/species.py
src/festim/stepsize.py
src/festim/trap.py
src/festim/boundary_conditions/__init__.py
src/festim/boundary_conditions/dirichlet_bc.py
src/festim/boundary_conditions/flux_bc.py
src/festim/boundary_conditions/henrys_bc.py
src/festim/boundary_conditions/sieverts_bc.py
src/festim/boundary_conditions/surface_reaction.py
src/festim/exports/__init__.py
src/festim/exports/average_surface.py
src/festim/exports/average_volume.py
src/festim/exports/custom_quantity.py
src/festim/exports/derived_quantity.py
src/festim/exports/maximum_surface.py
src/festim/exports/maximum_volume.py
src/festim/exports/minimum_surface.py
src/festim/exports/minimum_volume.py
src/festim/exports/profile_1d.py
src/festim/exports/surface_flux.py
src/festim/exports/surface_quantity.py
src/festim/exports/total_surface.py
src/festim/exports/total_volume.py
src/festim/exports/volume_quantity.py
src/festim/exports/vtx.py
src/festim/exports/xdmf.py
src/festim/mesh/__init__.py
src/festim/mesh/mesh.py
src/festim/mesh/mesh_1d.py
src/festim/mesh/mesh_from_xdmf.py
src/festim/subdomain/__init__.py
src/festim/subdomain/interface.py
src/festim/subdomain/surface_subdomain.py
src/festim/subdomain/volume_subdomain.py
test/__init__.py
test/benchmark.py
test/test_advection.py
test/test_average_surface.py
test/test_average_volume.py
test/test_complex_reaction.py
test/test_coupled_heat_hydrogen_problem.py
test/test_derived_quantities.py
test/test_dirichlet_bc.py
test/test_flux_bc.py
test/test_h_transport_problem.py
test/test_heat_transfer_problem.py
test/test_helpers.py
test/test_henrysbc.py
test/test_initial_condition.py
test/test_material.py
test/test_maximum_surface.py
test/test_maximum_volume.py
test/test_mesh.py
test/test_minimum_surface.py
test/test_minimum_volume.py
test/test_multispecies_problem.py
test/test_permeation_problem.py
test/test_profile.py
test/test_reaction.py
test/test_settings.py
test/test_sievertsbc.py
test/test_source.py
test/test_species.py
test/test_stepsize.py
test/test_subdomains.py
test/test_surface_quantity.py
test/test_total_surface.py
test/test_total_volume.py
test/test_volume_quantity.py
test/test_vtx.py
test/test_xdmf.py
test/system_tests/__init__.py
test/system_tests/test_1_mobile_1_trap.py
test/system_tests/test_1_mobile_species.py
test/system_tests/test_advection_term_integration.py
test/system_tests/test_coupled_heat_hydrogen.py
test/system_tests/test_cylindrical_coordinates.py
test/system_tests/test_fluxes.py
test/system_tests/test_heat_transfer.py
test/system_tests/test_io.py
test/system_tests/test_misc.py
test/system_tests/test_multi_mat_penalty.py
test/system_tests/test_multi_material.py
test/system_tests/test_multi_material_change_of_var.py
test/system_tests/test_non_homogeneous_density.py
test/system_tests/test_reaction_not_in_every_volume.py
test/system_tests/test_spherical_coordinates.py
test/system_tests/test_surface_reactions.py
test/system_tests/tools.py