.gitignore
.readthedocs.yaml
CITATION.cff
LICENSE
README.md
codecov.yml
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug-report.md
.github/workflows/benchmark.yml
.github/workflows/ci_conda.yml
.github/workflows/ci_docker.yml
.github/workflows/code_formatting.yml
.github/workflows/doctest.yml
.github/workflows/python-publish.yml
docs/environment.yml
docs/source/Makefile
docs/source/conf.py
docs/source/examples.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/make.bat
docs/source/map.json
docs/source/map.py
docs/source/publications.rst
docs/source/theory.rst
docs/source/_static/style.css
docs/source/api/index.rst
docs/source/bibliography/references.bib
docs/source/devguide/index.rst
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/images/icons/book-2-svgrepo-com.svg
docs/source/images/icons/check-square-svgrepo-com.svg
docs/source/images/icons/clapperboard-play-svgrepo-com.svg
docs/source/images/icons/code-square-svgrepo-com.svg
docs/source/images/icons/keyboard-svgrepo-com.svg
docs/source/images/icons/running-2-svgrepo-com.svg
docs/source/images/user_logos/Beihang_University.png
docs/source/images/user_logos/Commonwealth_Fusion_Systems Devens_MA_USA.png
docs/source/images/user_logos/Cranfield_University_UK.png
docs/source/images/user_logos/ENEA.png
docs/source/images/user_logos/ENI.png
docs/source/images/user_logos/Frazer_Nash.png
docs/source/images/user_logos/IRFM_cadarache_France.png
docs/source/images/user_logos/ITER_organization_France.png
docs/source/images/user_logos/Institut_Jožef_Stefan.png
docs/source/images/user_logos/Institute_of_plasma_physics_Chinese_academy_of_sciences.png
docs/source/images/user_logos/Kyoto_Fusioneering.png
docs/source/images/user_logos/LSPM_Villetaneuse_France.png
docs/source/images/user_logos/Logo_of_University_of_Tsukuba.png
docs/source/images/user_logos/MEPhI_moscow_Russia.png
docs/source/images/user_logos/MIT_Cambridge_MA_USA.png
docs/source/images/user_logos/Marathon_Fusion_USA.png
docs/source/images/user_logos/Oak_Ridge_National_Laboratory.png
docs/source/images/user_logos/Politecnico_di_Torino.png
docs/source/images/user_logos/Thea_Energy_USA.png
docs/source/images/user_logos/UKAEA_UK.png
docs/source/images/user_logos/University_San_Diego.png
docs/source/images/user_logos/University_Wisconsin_Madison_USA.png
docs/source/images/user_logos/University_of_Surrey.png
docs/source/images/user_logos/University_of_Tsukuba.png
docs/source/images/user_logos/Zap_Energy.png
docs/source/images/user_logos/digiLab_UK.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/mesh.rst
docs/source/userguide/running_in_parallel.rst
docs/source/userguide/settings.rst
docs/source/userguide/sources.rst
docs/source/userguide/subdomains.rst
docs/source/userguide/temperature.rst
docs/source/userguide/troubleshooting.rst
docs/source/userguide/units.rst
examples/advection_diffusion_multi_material.py
examples/convergence_rates.py
examples/multi_isotope_trapping_example.py
examples/multi_material_1d.py
examples/multi_material_2d.py
examples/multi_material_2d_bis.py
examples/multi_material_transient.py
examples/multi_material_with_one_material.py
examples/plot_tds.py
examples/surface_reaction_example.py
examples/tds_example.py
examples/trapping_example.py
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/helpers_discontinuity.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/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_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_surface_reactions.py
test/system_tests/tools.py