The FESTIM tutorial#
Welcome to the FESTIM tutorial! 🎉
Here you can learn to run FESTIM simulations from complete application cases and from the fundamental building blocks of the code!
Comments and corrections to this webpage should be submitted to the issue tracker by going to the relevant page in the tutorial, then click the repository symbol in the top right corner and either “open issue” or “suggest edit”.
Interactive tutorials#
You don’t have to install FESTIM locally to be able to run these examples yourself.
Press the button on the toolbar, then the button to edit and run the code.
Note
This might take a while to load after new releases of the book.
import festim as F
print(F.__version__)
/home/docs/checkouts/readthedocs.org/user_builds/festim-workshop/conda/latest/lib/python3.12/site-packages/festim/coupled_heat_hydrogen_problem.py:1: TqdmExperimentalWarning: Using `tqdm.autonotebook.tqdm` in notebook mode. Use `tqdm.tqdm` instead to force console mode (e.g. in jupyter console)
import tqdm.autonotebook
2.0b2.post2
Clickable API links#
You can directly click modules, functions, and classes to have access to their API documentation.
from festim import Mesh1D # click Mesh1D
import matplotlib # click matplotlib
from dolfinx import fem # click fem