year={2020},
publisher={ACM New York, NY, USA}
}
+
+@article{bungartz2016precice,
+ title={preCICE--a fully parallel library for multi-physics surface coupling},
+ author={Bungartz, Hans-Joachim and Lindner, Florian and Gatzhammer, Bernhard and Mehl, Miriam and Scheufele, Klaudius and Shukaev, Alexander and Uekermann, Benjamin},
+ journal={Computers \& Fluids},
+ volume={141},
+ pages={250--258},
+ year={2016},
+ publisher={Elsevier}
+}
+
+@article{lindner2020exafsa,
+ title={ExaFSA: Parallel Fluid-Structure-Acoustic Simulation},
+ author={Lindner, Florian and Totounferoush, Amin and Mehl, Miriam and Uekermann, Benjamin and Pour, Neda Ebrahimi and Krupp, Verena and Roller, Sabine and Reimann, Thorsten and Sternel, D{\"o}rte C and Egawa, Ryusuke and others},
+ journal={Software for Exascale Computing-SPPEXA 2016-2019},
+ volume={136},
+ pages={271},
+ year={2020},
+ publisher={Springer Nature}
+}
+
+
than tutorial programs, and intended as starting points for further
research rather than as teaching tools):
\begin{itemize}
- \item preCICE: \todo[inline]{TODO}
+\item ``\texttt{Laplace equation coupled to an external simulation program}'' was
+ contributed by David Schneider and Benjamin Uekermann at Technical University
+ of Munich. It shows by extending \texttt{step-4}---a time-dependent Poisson
+ problem~---how to surface-couple a \dealii application with a simple external
+ application, using the \texttt{preCICE}
+ library~\cite{bungartz2016precice, lindner2020exafsa}. \texttt{preCICE},
+ however, also allows to couple \dealii to actual external simulation softwares,
+ such as OpenFOAM, SU2, CalculiX, or FEniCS, using provided adapter classes.
+ For more details visit their webpage
+ \url{https://precice.org/} and check out the numerous \dealii tutorials there,
+ showing, i.a., interesting fluid-structure interaction application cases.
\end{itemize}