This repository contains some demos and resources for the Finite Element software DOLFINx, which is part of FEniCSx.
The materials have been created in the scope of the course Simulation Software Engineering at the University of Stuttgart.
- Solve the Poisson equation using a matrix-free CG solver
- Solve the Stokes equations using various stable pairs of Finite Elements
- Solve the biharmonic equation using a discontinuous Galerkin method
- DOLFIN to DOLFINx cheatsheet: Could be helpful for people transitioning from legacy DOLFIN/FEniCS to the new DOLFINx/FEniCSx
- Report for the course Simulation Software Engineering: Contains a very compact overview of the FEniCS(x) software