Friedrich-Schiller-Universität Jena
•
Fakultät für Mathematik und Informatik
•
Lehrstuhl Numerische Mathematik
•
Lehre Gallistl
Software collection for computational PDE courses
Last update: 25-Apr-2025
Requires Python3
Introduction to Python
Finite difference method
Finite element method
Iterative solvers
-
Implementation of PCG with SSOR preconditioning for the FDM system: pcg_ssor_study.py
-
A basic implementation of FDM multigrid: mg_teach.py
-
Very basic implementation of the FEM W-cycle: fem_mg.py