Demos
Fully formatted demo docs can be found at https://docs.fenicsproject.org/dolfinx/main/python/demos.html
Introductory demos
These demos illustrate DOLFINx/FEniCSx usage and are a good way to begin learning FEniCS. We recommend that you go through these examples in the given order.
Getting started: Poisson equation.
Using mixed, Taylor-Hood element: Stokes equation
Advanced demos
These examples demonstrate how to solve a certain PDE using more advanced techniques. We recommend that you take a look at these demos for tips and tricks on how to use more advanced or lower-level functionality and optimizations.
Defining variants of elements using Basix: Variants of Lagrange elements.