Exercises for the course "Space-time methods" at the Leibniz University Hannover in the winter semester 2023/2024
Introduction to:
- Python
- SymPy
- FEniCS
- git
Homework for Exercise 1:
Solve heat equation with space-time FEM in FEniCS.
Solve ODE
using SymPy and NumPy.
Homework for Exercise 2:
Use same methodology for
Solve heat equation (from the Homework to Exercise 1) with tensor-product space-time FEM. Implementation in FEniCS.
Homework for Exercise 3:
Try to find ways to speed up the code from Exercise 3.
- Solve the nonlinear heat equation
with tensor-product space-time FEM in FEniCS. Time integration is performed with SymPy and the spatial FEM (incl. automatic differentiation) is done in FEniCS.
- Solve the time-dependent Navier-Stokes equations
with tensor-product space-time FEM in FEniCS.
- Presentation of topics for group projects