From 12e5a173e89453f844edc91fef2fd329f0c43e6a Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Tue, 26 Apr 2022 08:17:03 +0200 Subject: [PATCH] Add code gallery section back --- 9.4/paper.tex | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/9.4/paper.tex b/9.4/paper.tex index 3edba26..6b0d206 100644 --- a/9.4/paper.tex +++ b/9.4/paper.tex @@ -188,7 +188,7 @@ The major changes of this release are: \item Advances in multigrid infrastructure (see Section~\ref{sec:multigrid}); \item CutFEM support (see Section~\ref{sec:cut}); \item Performance improvement of particle infrastructure (see Section~\ref{sec:particles}); - \item Two new tutorial programs (see Section~\ref{subsec:steps}). + \item Two new tutorial programs and a new code gallery program (see Section~\ref{subsec:steps}). \end{itemize} % @@ -591,7 +591,7 @@ to \dealii in the future. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\subsection{New and improved tutorials} +\subsection{New and improved tutorials and code gallery programs} \label{subsec:steps} Many of the \dealii{} tutorial programs were revised in a variety of @@ -604,13 +604,13 @@ local discontinuous Galerkin (LDG) method for approximating the solution to the problem on a circular domain that is embedded in a Cartesian background mesh. \end{itemize} -%There is also a new program in the code gallery (a collection of -%user-contributed programs that often solve more complicated problems -%than tutorial programs, and intended as starting points for further -%research rather than as teaching tools): -%\begin{itemize} -%\item ``\texttt{TODO}'' TODO. -%\end{itemize} +There is also a new program in the code gallery (a collection of +user-contributed programs that often solve more complicated problems +than tutorial programs, and intended as starting points for further +research rather than as teaching tools): +\begin{itemize} +\item ``\texttt{MCMC for the Laplace equation}'' TODO. +\end{itemize} -- 2.39.5