diff --git a/partitioned-heat-conduction/solver-fenics/heat_pySDC.py b/partitioned-heat-conduction/solver-fenics/heat_pySDC.py index e0bad82ac..cb0b41a59 100644 --- a/partitioned-heat-conduction/solver-fenics/heat_pySDC.py +++ b/partitioned-heat-conduction/solver-fenics/heat_pySDC.py @@ -28,6 +28,10 @@ pySDC can be installed via `pip install pySDC`. If you want to use the developer version, the source code repository can be cloned from "https://github.com/Parallel-in-Time/pySDC". For more information on pySDC, see also "https://parallel-in-time.org/pySDC/" + +For information on the partitioned heat conduction problem using pySDC methods see +* "Eppacher, Tobias. Parallel-in-Time Integration with preCICE. Bachelor's thesis at Technical University of Munich, 2024. URL: https://mediatum.ub.tum.de/1755012" + """ from __future__ import print_function, division