From: Marc Fehling Date: Fri, 23 Apr 2021 01:54:08 +0000 (-0600) Subject: Describe step-75 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa32723e371289e69104da498cb453055ca0e6cb;p=release-papers.git Describe step-75 --- diff --git a/9.3/paper.tex b/9.3/paper.tex index 784ef6c..a11a080 100644 --- a/9.3/paper.tex +++ b/9.3/paper.tex @@ -857,16 +857,29 @@ all cells in this way. In addition, there are a number of new tutorial programs: \begin{itemize} \item \texttt{step-19} TODO + \item \texttt{step-68} TODO -\item \texttt{step-75} TODO + +\item \texttt{step-75} demonstrates a state-of-the-art way of solving a simple + Laplace problem using $hp$-adaptation and hybrid multigrid methods on machines + with distributed memory. This tutorial points out particularities in porting + serial $hp$-adaptive code for parallelization. Furthermore, it guides through + the process of writing an efficient preconditioner for $hp$-adaptive applications. + \item \texttt{step-76} is an explicit time integrator for the - compressible Euler equations discretized with a high-order discontinuous - Galerkin (DG) scheme, using the matrix-free infrastructure just as \texttt{step67} does. - The tutorial presents advanced topics, like the usage of cell-centric loops and - the new MPI-3.0 shared-memory capabilities of \texttt{MatrixFree} tor each high - throughput. Furthermore, the utilization of the template parameter - \texttt{VectorizedArrayType} and the application of lambdas to capture cell and face - integrals are discussed. + compressible Euler equations discretized with a high-order discontinuous + Galerkin (DG) scheme, using the matrix-free infrastructure just as \texttt{step-67} does. + The tutorial presents advanced topics, like the usage of cell-centric loops and + the new MPI-3.0 shared-memory capabilities of \texttt{MatrixFree} tor each high + throughput. Furthermore, the utilization of the template parameter + \texttt{VectorizedArrayType} and the application of lambdas to capture cell and face + integrals are discussed. + +\item \texttt{step-77} TODO + +\item \texttt{step-78} TODO + +\item \texttt{step-79} TODO \end{itemize} There are also new programs in the code gallery (a collection of